VueTorrent: Update to 1.7.1
This commit is contained in:
parent
a3b788eeb7
commit
2d78c7b742
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "vuetorrent";
|
||||
version = "1.7.0";
|
||||
version = "1.7.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
|
||||
sha256 = "sha256-SLxK84U5OUa+AKStMXoJQFrhSeqiJWYzxlEo2htoeRk=";
|
||||
sha256 = "sha256-0HL+eo6PIDSsCrDiNovbuYVPCE0srij2TXAfc/+StkQ=";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue