From 1f1edb1d5cbf2d69045fbec68145121546508aa8 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 25 Oct 2025 17:46:14 -0700 Subject: Fix nix flake vendor hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0f1ebbf..b9d508f 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ # remember to bump this hash when your dependencies change. # vendorHash = pkgs.lib.fakeHash; - vendorHash = "sha256-l6ezty03ZghLQ+VYhoVRZFgcJ/jhStDme64XbsTkLkM="; + vendorHash = "sha256-myxl5cpCPGLM0ZxL4AUj6lw6qA58u0ezCLEMCUGBnrM="; }; }); -- cgit v1.3.1