From 763ffe122edeca0175e341fb4ca137498cafa48b Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 19 May 2024 02:39:43 -0700 Subject: [PATCH] nix: update typegen cargo hash --- typegen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typegen/default.nix b/typegen/default.nix index 0947059..f3ecdec 100644 --- a/typegen/default.nix +++ b/typegen/default.nix @@ -6,5 +6,5 @@ version = "0.1.0"; src = nix-gitignore.gitignoreSource [] ./.; - cargoSha256 = "rep68gbnp9uPhzjK7opLg7dh4X2uKNmAPfGUuGjE35w="; + cargoSha256 = "4bH7E+NpZPFtr//l00tYkHkRRbI3D0TkKas1M+vDWpI="; }