1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-30 02:02:07 +00:00
parent 506b71ffc6
commit a0e613f73e
2 changed files with 8 additions and 8 deletions

View file

@ -5,11 +5,11 @@
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1704982712,
"narHash": "sha256-2Ptt+9h8dczgle2Oo6z5ni5rt/uLMG47UFTR1ry/wgg=",
"lastModified": 1706569497,
"narHash": "sha256-oixb0IDb5eZYw6BaVr/R/1pSoMh4rfJHkVnlgeRIeZs=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "07f6395285469419cf9d078f59b5b49993198c00",
"rev": "60c614008eed1d0383d21daac177a3e036192ed8",
"type": "github"
},
"original": {
@ -62,11 +62,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706370590,
"narHash": "sha256-vq8hTMHsmPkBDaLR2i3m2nSmFObWmo7YwK51KQdI6RY=",
"lastModified": 1706547092,
"narHash": "sha256-Gs3RWi83YRmQFnEKDI2vK5XWTOpUK21uDHH/GEMWIio=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3fb3707af869e32b0ad0676f589b16cc7711a376",
"rev": "8131c739ff0b40820a7d7888666dbf6e43809233",
"type": "github"
},
"original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.5.0";
version = "2.6.0";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-BVVvRIFMqC8/fnrxRScamkn3sxFWHVrLYLwfr0fIY3s=";
sha256 = "sha256-1oSm2JaVW5EmSnaLYTg/SWRgx0LNhcCASlFu5CQ28PE=";
};
buildInputs = with pkgs; [ unzip ];