diff --git a/flake.lock b/flake.lock index 9dea28c..90e355e 100644 --- a/flake.lock +++ b/flake.lock @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1731093598, - "narHash": "sha256-SEx51IiVFOfYj0PETsLUP5XMoq/v2bV8VV9G0guEbfo=", + "lastModified": 1731179382, + "narHash": "sha256-ABPtU6fetzaB93+qTUz2uSL3AO/qsqYiNzUSlrcVuKw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "b24f83a5113c563bb671c9b98d5afffd05799343", + "rev": "0927ff824cdebc46713d4d4770652fa5134c8d47", "type": "github" }, "original": { @@ -96,11 +96,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1731116004, - "narHash": "sha256-GuMm8WlTL1HQXSfpaPxUzsyVbmkoxWW4pJG4W6VEuDw=", + "lastModified": 1731172420, + "narHash": "sha256-DpFLNJIu7fcbaSEQIf/x5j6YJqUjhXdq/pTGFqYNVZI=", "owner": "nix-community", "repo": "poetry2nix", - "rev": "be34b419c975998861fa9727fa079d51406a6438", + "rev": "5a0a462cc6d346198582a245ea8eddb4e115e631", "type": "github" }, "original": { diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index 2b4f094..afcc7a5 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.16.0"; + version = "2.17.0"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-k+pPZe76VspeHsh3Nq6X5N6qyI5PeJVpNCcgVaVzFVw="; + sha256 = "sha256-bnu/8kygpqAvCgc8Li16qga0icPdMoRd5/c+ictWWwI="; }; buildInputs = with pkgs; [ unzip ];