1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-01-10 02:01:12 +00:00
parent 4d04aabfda
commit 13c1da66f9
2 changed files with 8 additions and 8 deletions

View file

@ -45,11 +45,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1704749828,
"narHash": "sha256-cNeiEvwH0AGFwApOKKH7itDcII0sVBydg7hORjsyEo0=",
"lastModified": 1704841544,
"narHash": "sha256-i+nKhJ2AGnKTC0BaJiu5CeiOu5mRUZfKvtW/7PTF83s=",
"owner": "neovim",
"repo": "neovim",
"rev": "ee3d4f6b90d0902aa17936d1f0944755516569a1",
"rev": "63a17322dd835724887517c1309e70c06748ed59",
"type": "github"
},
"original": {
@ -61,11 +61,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1704682258,
"narHash": "sha256-vlTY4Is7ET8EAFpxSaGgpAy+WAxVdvie8NsI0X8fmpA=",
"lastModified": 1704835834,
"narHash": "sha256-2XSWpm+0GBPHnCZmm/ell+yuPx3aP7zbitFFkFq7zlg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0ed96eed101462bf05e1e99e1bbadcd49b4eb302",
"rev": "7bb62b90ef7f7e76603bcd52d7e10ddb6d589f15",
"type": "github"
},
"original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.4.0";
version = "2.5.0";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "14wmncy53vw2gl2kjdxljymdj5al0cb5m9zmqsbk15vajl081kb4";
sha256 = "sha256-BVVvRIFMqC8/fnrxRScamkn3sxFWHVrLYLwfr0fIY3s=";
};
buildInputs = with pkgs; [ unzip ];