From a9d7582fcffabedde048754b10de46dcbee234ae Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Sun, 6 Oct 2024 00:02:33 +0530 Subject: [PATCH] chore: upgrade vuetorrent to 2.13.3 Signed-off-by: Chinmay D. Pai --- packages/vuetorrent/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vuetorrent/default.nix b/packages/vuetorrent/default.nix index 6bfae5a..2e30e38 100644 --- a/packages/vuetorrent/default.nix +++ b/packages/vuetorrent/default.nix @@ -6,11 +6,11 @@ }: stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.10.2"; + version = "2.13.3"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-pJzj3jHXmpKca1zyOTlzUQvp7/LtjjMGNt9SMDo89yo="; + sha256 = "sha256-MmzJhzRqlYhcHbvz4ycCobclZ9Idpranyh+doDEdoh8="; }; buildInputs = with pkgs; [unzip];