[automation] Update flake
This commit is contained in:
parent
c4654c7147
commit
9721869850
2 changed files with 8 additions and 8 deletions
12
flake.lock
12
flake.lock
|
@ -45,11 +45,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1715647177,
|
"lastModified": 1715728713,
|
||||||
"narHash": "sha256-VRO6juEtclcK+GlbAyup5BuO4XZYtV2Oz5P5cqZQVAg=",
|
"narHash": "sha256-DmODP02EhM3+O2hHKB+AVJc+5qykxDh8nz7POO6zGrI=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "a0a189a8edfd2f31c232b5c02c86f6c4b2b60b0d",
|
"rev": "7acf39ddab8ebdb63ebf78ec980149d20783fd4b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -61,11 +61,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715616897,
|
"lastModified": 1715660298,
|
||||||
"narHash": "sha256-ncgLV/zSzXGx8XXEM8QlovDftzzcV11MnLeRUL63Szw=",
|
"narHash": "sha256-qdmxQdgauLkxa66TI26t4BzTbnt384SROgN0xk5bgFA=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7ed944be63682d0c5bc37e66f3c997390d0bbd8e",
|
"rev": "21b7c1e62f1856bb793d41198ef4760058c6ebd5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "vuetorrent";
|
pname = "vuetorrent";
|
||||||
version = "2.8.0";
|
version = "2.8.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-BsvBQTmqsMjhlQpgHKdYYu2FpRURG7gUkE6PSonoM7E=";
|
sha256 = "sha256-rSXq0Py+JV466k/9Fej9opmNLGl7H5dfQn3lXkJMriA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [ unzip ];
|
buildInputs = with pkgs; [ unzip ];
|
||||||
|
|
Loading…
Reference in a new issue