[automation] Update flake
This commit is contained in:
parent
940ac3f033
commit
88600a2464
2 changed files with 5 additions and 5 deletions
|
@ -20,11 +20,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1719499789,
|
||||
"narHash": "sha256-44o/mPE3iPNe+UE21H9tNZ/xKtf/f/cXhKKLCAleVfk=",
|
||||
"lastModified": 1719540504,
|
||||
"narHash": "sha256-SIbmh3yyPmzLI+qHlMC/pJVfo4ISFu1OORo5YLFk8o0=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "d624f1447955d2bf117e0da4ba3ff11daec16ab2",
|
||||
"rev": "33be72b31b7cc5a0b43cc3b6c005cf4e4d47d899",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "vuetorrent";
|
||||
version = "2.9.0";
|
||||
version = "2.10.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
|
||||
sha256 = "sha256-XrRfgxmRkbyi8FMXL6Pjltyawzr4SS2Gb4/Kz38tnkk=";
|
||||
sha256 = "sha256-pJzj3jHXmpKca1zyOTlzUQvp7/LtjjMGNt9SMDo89yo=";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue