1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-02-10 02:01:27 +00:00
parent b69cb3dbe6
commit 3b4ffc9a5f
2 changed files with 5 additions and 5 deletions

View file

@ -62,11 +62,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1707433298,
"narHash": "sha256-a3wYC+lDbtnY5Xwp+mYEXPfdwlnqS/aG1Scay0AKZc8=",
"lastModified": 1707477937,
"narHash": "sha256-hOT9puYJ9AHnLjB8znce8oIyWALfOCGcDIuc+5/Xn/4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "c08fd7c1688c06ad84d79cb7aed70ca2bdf71e1f",
"rev": "3701258fe1080094f1aa98af233bd8266f118760",
"type": "github"
},
"original": {

View file

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