1
0
Fork 0

vuetorrent: update
All checks were successful
Build / build-arm64-linux (push) Successful in 6m25s
Build / build-amd64-linux (push) Successful in 7m7s

This commit is contained in:
Daniel Kempkens 2023-11-09 00:50:05 +01:00
parent 60a70e21dc
commit 887052c860
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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