1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
115ae9f035
Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 8m8s
Build / build-arm64-linux (push) Successful in 18m0s
2023-11-27 09:08:43 +01:00
a7e0baa465
vuetorrent: update 2023-11-26 22:03:21 +01:00
2 changed files with 8 additions and 8 deletions

View file

@ -45,11 +45,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1700997205,
"narHash": "sha256-g1bsLaUGCahQJX4D64saAPoZKL749F5jiRJrJbzEAmc=",
"lastModified": 1701055024,
"narHash": "sha256-eH/2w7+jVdiLIc5sETq3uDDtCadC4s+w740N5G89LH0=",
"owner": "neovim",
"repo": "neovim",
"rev": "17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a",
"rev": "6343d414369de1f3b259e51438cd4f666d82d3d2",
"type": "github"
},
"original": {
@ -61,11 +61,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1700867874,
"narHash": "sha256-0Dk63BLiG9rmfBf8LxFpz8KgpUkepehVzhhVDgfxWSo=",
"lastModified": 1701038920,
"narHash": "sha256-qlEfi8fhKK2oJwX4V6BPEo0qbpWQzQYRU4LrDya/zi0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1b99d72c8b7468def0c633635c469bf828db33a0",
"rev": "28f167a2e998faa5a42896add2a43ff5685832a0",
"type": "github"
},
"original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.1.1";
version = "2.2.0";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-b80o7kL+cm/NBT5jz6cYWKc+HimfyVCtWZiei+72t5w=";
sha256 = "sha256-E/00nJPqcml78mH5AlKKkORUpRu3xCjt4bDYdr5YpOA=";
};
buildInputs = with pkgs; [ unzip ];