1
0
Fork 0

Compare commits

..

No commits in common. "115ae9f035cdb0ea0ec7c98d39f9c8b9028d2575" and "bb6b7a74a9b66549b940a37ea0b473aee9ef3e05" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1701055024, "lastModified": 1700997205,
"narHash": "sha256-eH/2w7+jVdiLIc5sETq3uDDtCadC4s+w740N5G89LH0=", "narHash": "sha256-g1bsLaUGCahQJX4D64saAPoZKL749F5jiRJrJbzEAmc=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "6343d414369de1f3b259e51438cd4f666d82d3d2", "rev": "17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,11 +61,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701038920, "lastModified": 1700867874,
"narHash": "sha256-qlEfi8fhKK2oJwX4V6BPEo0qbpWQzQYRU4LrDya/zi0=", "narHash": "sha256-0Dk63BLiG9rmfBf8LxFpz8KgpUkepehVzhhVDgfxWSo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "28f167a2e998faa5a42896add2a43ff5685832a0", "rev": "1b99d72c8b7468def0c633635c469bf828db33a0",
"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.2.0"; version = "2.1.1";
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-E/00nJPqcml78mH5AlKKkORUpRu3xCjt4bDYdr5YpOA="; sha256 = "sha256-b80o7kL+cm/NBT5jz6cYWKc+HimfyVCtWZiei+72t5w=";
}; };
buildInputs = with pkgs; [ unzip ]; buildInputs = with pkgs; [ unzip ];