From 0431a2ad54a9486f0a395a2b87390aad66cf15a1 Mon Sep 17 00:00:00 2001 From: Alexandre Negrel Date: Wed, 31 Jan 2024 19:45:27 +0100 Subject: [PATCH] update flake go vendor hash and genenv.sh --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f458f93..3222790 100644 --- a/flake.nix +++ b/flake.nix @@ -53,7 +53,7 @@ prisme-bin = pkgs.buildGoModule { pname = "prisme"; version = "0.1.0"; - vendorHash = "sha256-9akCfXW98rqpC+BJHr90K4LnBXFDuaGxvOcF3sEa+vg="; + vendorHash = "sha256-VeWHMpeJPtQxDB+EZMR0enrNrbxk1Q9KIXVLlTbPrOI="; src = ./.; # Skip go test.