From 128d21b4efd3fed520795b10db2717c3105a325a Mon Sep 17 00:00:00 2001 From: Actions Bot Date: Fri, 11 Oct 2024 02:02:10 +0000 Subject: [PATCH] [automation] Update flake --- flake.lock | 18 +++++++++--------- packages/tabnine/sources.json | 8 ++++---- packages/vuetorrent.nix | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/flake.lock b/flake.lock index 3b9c39d..cd32150 100644 --- a/flake.lock +++ b/flake.lock @@ -59,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1727968508, - "narHash": "sha256-2rDTgqMf84us7lARphOGRxnr5Q4nJ0RAQsCKYWeRsmI=", + "lastModified": 1728578844, + "narHash": "sha256-NszPaT3J8P6OOCuDU1YuNOBtwUMnCDj3xAgUxgS47ZI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "e873268a358f13746037e5ae3e88aa7aa626b9cf", + "rev": "51666317f496aed4b86dda778f91b8d4a09b209b", "type": "github" }, "original": { @@ -96,11 +96,11 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1727711975, - "narHash": "sha256-zkkL5gw+TNXhVO2zpeH70TKh2dSzUbkBbO6gKHO37s0=", + "lastModified": 1728564116, + "narHash": "sha256-BkEqM5zUrYAwRKrfqi7hPOqjgD6+N0NCJvooaY8aQoE=", "owner": "nix-community", "repo": "poetry2nix", - "rev": "ef877b8e159b23f36ebc39155021657bed744a68", + "rev": "8a18db56dd62edd26458a87e4d335b7df84c3f3f", "type": "github" }, "original": { @@ -153,11 +153,11 @@ ] }, "locked": { - "lastModified": 1727431250, - "narHash": "sha256-uGRlRT47ecicF9iLD1G3g43jn2e+b5KaMptb59LHnvM=", + "lastModified": 1727984844, + "narHash": "sha256-xpRqITAoD8rHlXQafYZOLvUXCF6cnZkPfoq67ThN0Hc=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "879b29ae9a0378904fbbefe0dadaed43c8905754", + "rev": "4446c7a6fc0775df028c5a3f6727945ba8400e64", "type": "github" }, "original": { diff --git a/packages/tabnine/sources.json b/packages/tabnine/sources.json index 8015beb..f539d94 100644 --- a/packages/tabnine/sources.json +++ b/packages/tabnine/sources.json @@ -1,17 +1,17 @@ { - "version": "4.194.0", + "version": "4.198.0", "platforms": { "x86_64-linux": { "name": "x86_64-unknown-linux-musl", - "hash": "sha256-avHQT4w3kBP7GbrKjbSKGA8VN+N+MYyHmcj8RtFQHPw=" + "hash": "sha256-OveNuEntY/BmheiKv22xSToDicfxENdzbGsLhD2vu+E=" }, "aarch64-darwin": { "name": "aarch64-apple-darwin", - "hash": "sha256-yVwH5WGsWPPCZA8cCr9osS4lhA8JDLQHSdbjR5Wdn9U=" + "hash": "sha256-Fy8wVBkD7HpvSFLnPYksi9Zs/7q7w3USb8XkxLBmWJM=" }, "x86_64-darwin": { "name": "x86_64-apple-darwin", - "hash": "sha256-ccfhmaONnPzBLG9JCJ5L5OReXhWOtIhFEag/gfHQE+Q=" + "hash": "sha256-OJ2WvlWnkjwXW9KFIsdDsH7K/5EBth3BGxqwkr+CU9w=" } } } diff --git a/packages/vuetorrent.nix b/packages/vuetorrent.nix index 1f9b8cc..4e725ef 100644 --- a/packages/vuetorrent.nix +++ b/packages/vuetorrent.nix @@ -2,11 +2,11 @@ pkgs.stdenv.mkDerivation rec { pname = "vuetorrent"; - version = "2.13.3"; + version = "2.14.1"; src = pkgs.fetchurl { url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip"; - sha256 = "sha256-MmzJhzRqlYhcHbvz4ycCobclZ9Idpranyh+doDEdoh8="; + sha256 = "sha256-WCLsswPtAveGEI75jdTDhSfY/QLR4FmV81qjL+QLAis="; }; buildInputs = with pkgs; [ unzip ];