From ea4cf8909b860338ef9282bdaf3cb049bab888f7 Mon Sep 17 00:00:00 2001 From: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:11:22 +0100 Subject: [PATCH] Fix version and hash in nix flake (#563) --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ac5b157d..8de463cd 100644 --- a/flake.nix +++ b/flake.nix @@ -15,9 +15,9 @@ packages = { medusa = pkgs.buildGoModule { pname = "medusa"; - version = 1.0.0; + version = "1.0.0"; src = ./.; - vendorHash = "sha256-12Xkg5dzA83HQ2gMngXoLgu1c9KGSL6ly5Qz/o8U++8="; + vendorHash = "sha256-0n72whnGP6Qrk2IjvVJzJ0NLGz41nqLLEWoHiR4PcJE="; nativeBuildInputs = [ crytic.packages.${system}.crytic-compile crytic.packages.${system}.slither