From cdb5808c0ced349c027aa203fda52afe95782b26 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 23 Feb 2025 21:07:37 +0100 Subject: [PATCH] flake: update cargo hash not sure why it changed, maybe toolchain changes? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 75cb5e6..ba8b50b 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ src = ./.; - cargoHash = "sha256-hext0S0o9D9pN9epzXtD5dwAYMPCLpBBOBT4FX0mTMk="; + cargoHash = "sha256-U6lW2kN/2MXDIl97wg4dNdtm9C4K7gGP0cfhu49zRUQ="; meta = with pkgs.lib; { description = "A Git mirroring tool";