[automation] Update flake
This commit is contained in:
parent
4d04aabfda
commit
13c1da66f9
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": 1704749828,
|
"lastModified": 1704841544,
|
||||||
"narHash": "sha256-cNeiEvwH0AGFwApOKKH7itDcII0sVBydg7hORjsyEo0=",
|
"narHash": "sha256-i+nKhJ2AGnKTC0BaJiu5CeiOu5mRUZfKvtW/7PTF83s=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "ee3d4f6b90d0902aa17936d1f0944755516569a1",
|
"rev": "63a17322dd835724887517c1309e70c06748ed59",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -61,11 +61,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704682258,
|
"lastModified": 1704835834,
|
||||||
"narHash": "sha256-vlTY4Is7ET8EAFpxSaGgpAy+WAxVdvie8NsI0X8fmpA=",
|
"narHash": "sha256-2XSWpm+0GBPHnCZmm/ell+yuPx3aP7zbitFFkFq7zlg=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "0ed96eed101462bf05e1e99e1bbadcd49b4eb302",
|
"rev": "7bb62b90ef7f7e76603bcd52d7e10ddb6d589f15",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "vuetorrent";
|
pname = "vuetorrent";
|
||||||
version = "2.4.0";
|
version = "2.5.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 = "14wmncy53vw2gl2kjdxljymdj5al0cb5m9zmqsbk15vajl081kb4";
|
sha256 = "sha256-BVVvRIFMqC8/fnrxRScamkn3sxFWHVrLYLwfr0fIY3s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [ unzip ];
|
buildInputs = with pkgs; [ unzip ];
|
||||||
|
|
Loading…
Reference in a new issue