diff --git a/flake.lock b/flake.lock index 0d262e6..3ed2f57 100644 --- a/flake.lock +++ b/flake.lock @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1729450260, - "narHash": "sha256-3GNZr0V4b19RZ5mlyiY/4F8N2pzitvjDU6aHMWjAqLI=", + "lastModified": 1729535501, + "narHash": "sha256-SekUJCblThjYXHv92h2K4CGN87gB0UjMtD61+a6ysyg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e3f55158e7587c5a5fdb0e86eb7ca4f455f0928f", + "rev": "2d88282897c0e74b7ef8d042059212c5703adc4e", "type": "github" }, "original": { diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index 4e725ef..cbb3ab9 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.14.1"; + version = "2.15.0"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-WCLsswPtAveGEI75jdTDhSfY/QLR4FmV81qjL+QLAis="; + sha256 = "sha256-V/yro4Z00zd6mmXyRsoQwPW23BRbvQ4h6h5mVq1X2d0="; }; buildInputs = with pkgs; [ unzip ];