From 3fdf922c7ee75c6a8ff036c1cb91f5cb1d0927c3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Mon, 29 May 2023 13:08:03 +0200 Subject: [PATCH] vuetorrent: update to 1.5.9 --- packages/vuetorrent.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index cefe240..0a6375a 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -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 ];