1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-02-27 02:01:19 +00:00
parent 614bb6ae40
commit deed0e274e
2 changed files with 8 additions and 8 deletions

View file

@ -45,11 +45,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1708912069,
"narHash": "sha256-kxAZSCF8t2haNtemUICsG1GsJHmXLJjFRQreLe/7614=",
"lastModified": 1708986177,
"narHash": "sha256-DgSR8cL6c+rqOwvCFFz9lKBLa6XweNBTMrMhL4X1THI=",
"owner": "neovim",
"repo": "neovim",
"rev": "268066e01400f55b0c38716f0d6ee3dece10c43e",
"rev": "a4b4442524b0fc7d4b79383786391427e200c194",
"type": "github"
},
"original": {
@ -61,11 +61,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1708847675,
"narHash": "sha256-RUZ7KEs/a4EzRELYDGnRB6i7M1Izii3JD/LyzH0c6Tg=",
"lastModified": 1708954320,
"narHash": "sha256-n3LXNMlz7ORCjfIrIUo19a844Fec2+yg7k6NspdVCxs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2a34566b67bef34c551f204063faeecc444ae9da",
"rev": "94cda73bf2fd675de987db7c3ac81e861b892266",
"type": "github"
},
"original": {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.7.0";
version = "2.7.1";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-tHVvFftws+wxf41qPC9fu7Uwk834Zgu7SRUV8xpgGhg=";
sha256 = "sha256-/6biiWVgYQF7SpiY3JmcW4NDAvePLwPyD+j12/BqPIE=";
};
buildInputs = with pkgs; [ unzip ];