From 13c1da66f90b04f78791e7413a02e4debf303927 Mon Sep 17 00:00:00 2001 From: Actions Bot Date: Wed, 10 Jan 2024 02:01:12 +0000 Subject: [PATCH] [automation] Update flake --- flake.lock | 12 ++++++------ packages/vuetorrent.nix | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index fff53c9..260329a 100644 --- a/flake.lock +++ b/flake.lock @@ -45,11 +45,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1704749828, - "narHash": "sha256-cNeiEvwH0AGFwApOKKH7itDcII0sVBydg7hORjsyEo0=", + "lastModified": 1704841544, + "narHash": "sha256-i+nKhJ2AGnKTC0BaJiu5CeiOu5mRUZfKvtW/7PTF83s=", "owner": "neovim", "repo": "neovim", - "rev": "ee3d4f6b90d0902aa17936d1f0944755516569a1", + "rev": "63a17322dd835724887517c1309e70c06748ed59", "type": "github" }, "original": { @@ -61,11 +61,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1704682258, - "narHash": "sha256-vlTY4Is7ET8EAFpxSaGgpAy+WAxVdvie8NsI0X8fmpA=", + "lastModified": 1704835834, + "narHash": "sha256-2XSWpm+0GBPHnCZmm/ell+yuPx3aP7zbitFFkFq7zlg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "0ed96eed101462bf05e1e99e1bbadcd49b4eb302", + "rev": "7bb62b90ef7f7e76603bcd52d7e10ddb6d589f15", "type": "github" }, "original": { diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index 0d7b1a9..ec5ffa8 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.4.0"; + version = "2.5.0"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "14wmncy53vw2gl2kjdxljymdj5al0cb5m9zmqsbk15vajl081kb4"; + sha256 = "sha256-BVVvRIFMqC8/fnrxRScamkn3sxFWHVrLYLwfr0fIY3s="; }; buildInputs = with pkgs; [ unzip ];