From 12aa5f3aff6de329f2f1535074fe46be8cfd05fb Mon Sep 17 00:00:00 2001 From: Actions Bot Date: Fri, 1 Nov 2024 02:01:46 +0000 Subject: [PATCH] [automation] Update flake --- flake.lock | 6 +++--- packages/vuetorrent.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 ];