1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-12-10 02:01:58 +00:00
parent a48acd58f5
commit 0b2c38d05f
2 changed files with 5 additions and 5 deletions

View file

@ -59,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1733603762, "lastModified": 1733741264,
"narHash": "sha256-E+cuaL8s1oHCumWD/Zkw0gkLOOQcz848pVyLfvqWDVw=", "narHash": "sha256-2if5elTeQl08PNfyr4QNT1f3UDfdkEL4OtqS6aOkBPY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b1dd465e8139748a8e26037fdd4c5ffe79457cbd", "rev": "b356fafe02dd1d01d58153ae02326268ed584a51",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec { pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent"; pname = "vuetorrent";
version = "2.18.0"; version = "2.19.0";
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-EagZkbzVNd+kREqq9L4xYMrSaZJYFWZIDCP0Aib+JMo="; sha256 = "sha256-ZSLXSnYxp7Sr7dZZcIBSZv8hs5VatuxWdv0DsYiOrjE=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];