[automation] Update flake
This commit is contained in:
parent
908085a31c
commit
b2ea59430f
2 changed files with 5 additions and 5 deletions
|
@ -59,11 +59,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1723895289,
|
||||
"narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=",
|
||||
"lastModified": 1723957280,
|
||||
"narHash": "sha256-J08Yqf2IJ73y7myI69qEKsQ048ibweG6FeJeCxbIdB4=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1",
|
||||
"rev": "abcef4da4ebb72240bddc370a27263627e64877f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "vuetorrent";
|
||||
version = "2.11.2";
|
||||
version = "2.12.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
|
||||
sha256 = "sha256-v2mRfDmzJM3mKG8axkoG0AZ5XzAC/VbaORpwyF9jZhI=";
|
||||
sha256 = "sha256-jgzWvJpQYTyteFLcq1rdA0tzFnw9K1iA71CllisL+D0=";
|
||||
};
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
|
|
Loading…
Reference in a new issue