chore: upgrade vuetorrent to 2.13.3

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-10-06 00:02:33 +05:30
parent 16683be33e
commit a9d7582fcf
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -6,11 +6,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vuetorrent"; pname = "vuetorrent";
version = "2.10.2"; version = "2.13.3";
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-pJzj3jHXmpKca1zyOTlzUQvp7/LtjjMGNt9SMDo89yo="; sha256 = "sha256-MmzJhzRqlYhcHbvz4ycCobclZ9Idpranyh+doDEdoh8=";
}; };
buildInputs = with pkgs; [unzip]; buildInputs = with pkgs; [unzip];