diff --git a/flake.lock b/flake.lock index 0629a49..1b412d0 100644 --- a/flake.lock +++ b/flake.lock @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1730247135, - "narHash": "sha256-YaZZlvZj9isN2i8l24A4/7TT89fvpX11nVn2dusl2MM=", + "lastModified": 1730359060, + "narHash": "sha256-Hkk0mf4pgvX9Ut0YA397nsFqMLhzFVBdFHc4PhBrxYE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ccd7e10e004a6e93486c1dd536f89e85d482d685", + "rev": "e19cfce6f3f08d07653157d8826f5c920c770d7b", "type": "github" }, "original": { diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index cbb3ab9..2b4f094 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.15.0"; + version = "2.16.0"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-V/yro4Z00zd6mmXyRsoQwPW23BRbvQ4h6h5mVq1X2d0="; + sha256 = "sha256-k+pPZe76VspeHsh3Nq6X5N6qyI5PeJVpNCcgVaVzFVw="; }; buildInputs = with pkgs; [ unzip ];