diff --git a/flake.lock b/flake.lock index 75a8420..5b53b15 100644 --- a/flake.lock +++ b/flake.lock @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1733603762, - "narHash": "sha256-E+cuaL8s1oHCumWD/Zkw0gkLOOQcz848pVyLfvqWDVw=", + "lastModified": 1733741264, + "narHash": "sha256-2if5elTeQl08PNfyr4QNT1f3UDfdkEL4OtqS6aOkBPY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b1dd465e8139748a8e26037fdd4c5ffe79457cbd", + "rev": "b356fafe02dd1d01d58153ae02326268ed584a51", "type": "github" }, "original": { diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index db3c5e3..fccaa52 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.18.0"; + version = "2.19.0"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-EagZkbzVNd+kREqq9L4xYMrSaZJYFWZIDCP0Aib+JMo="; + sha256 = "sha256-ZSLXSnYxp7Sr7dZZcIBSZv8hs5VatuxWdv0DsYiOrjE="; }; buildInputs = with pkgs; [ unzip ];