vuetorrent: update version
This commit is contained in:
parent
44b2a9bd20
commit
6a83bd3a2f
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "vuetorrent";
|
||||
version = "1.5.11";
|
||||
version = "1.6.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
|
||||
sha256 = "sha256-Wv5osj/5ACMaIHXfl4SPx/HHkyPcpozFiE0lACb3jng=";
|
||||
sha256 = "sha256-+Hyh+tQWVXDdQDIU5fdAZIXdUvQN8v1NLXzU9+yNRmI=";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue