From e29be82423ef242fae5654b0b45ba8e49a75f83a Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Wed, 29 Oct 2025 00:54:50 +0000 Subject: [PATCH] Update to latest fieldseeker-sync --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index bc6ba2f..f8b83fb 100644 --- a/flake.lock +++ b/flake.lock @@ -70,17 +70,17 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1761151612, - "narHash": "sha256-B6bt/LPey3Q5lI9sQzEKj3uTYRepGeuPPzp/8ziPfLk=", + "lastModified": 1761693238, + "narHash": "sha256-sfXAEQvWT66I0q2W1WVQKexxve8MPe/PnUgvBfYMVis=", "owner": "Gleipnir-Technology", "repo": "fieldseeker-sync", - "rev": "6d02b1ff2da98f165390491f850d3f7bf04e600a", + "rev": "4afb2530a9db419d4b445c94eca9724e4e888b28", "type": "github" }, "original": { "owner": "Gleipnir-Technology", "repo": "fieldseeker-sync", - "rev": "6d02b1ff2da98f165390491f850d3f7bf04e600a", + "rev": "4afb2530a9db419d4b445c94eca9724e4e888b28", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 7def682..2da3191 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ type = "github"; owner = "Gleipnir-Technology"; repo = "fieldseeker-sync"; - rev = "6d02b1ff2da98f165390491f850d3f7bf04e600a"; + rev = "4afb2530a9db419d4b445c94eca9724e4e888b28"; }; home-manager = { url = "github:nix-community/home-manager/release-25.05";