1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-19 02:01:54 +00:00
parent 908085a31c
commit b2ea59430f
2 changed files with 5 additions and 5 deletions

View file

@ -59,11 +59,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723895289, "lastModified": 1723957280,
"narHash": "sha256-MOV25tevdwqJvMHsF2rV9d/I8v6CgYLh7vuK4Igb03M=", "narHash": "sha256-J08Yqf2IJ73y7myI69qEKsQ048ibweG6FeJeCxbIdB4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b959f399d27ce028a0a87317b45306b4c3c8a1b1", "rev": "abcef4da4ebb72240bddc370a27263627e64877f",
"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.11.2"; version = "2.12.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-v2mRfDmzJM3mKG8axkoG0AZ5XzAC/VbaORpwyF9jZhI="; sha256 = "sha256-jgzWvJpQYTyteFLcq1rdA0tzFnw9K1iA71CllisL+D0=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];