1
0
Fork 0

vuetorrent: update to 1.5.9

This commit is contained in:
Daniel Kempkens 2023-05-29 13:08:03 +02:00
parent 6c87da59af
commit 3fdf922c7e
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "1.5.8";
version = "1.5.9";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-FM6kEN8DqIXYPUpjzV8DmQ63QV7wTHTKuyhrDhM7lyo=";
sha256 = "sha256-MzR8ZLIVSMVMSSiIXMSMZycIyd/MEqOUZHv5W3kceyg=";
};
buildInputs = with pkgs; [ unzip ];