vendor hash

This commit is contained in:
Polen 2026-04-02 14:18:27 -04:00
parent 0e1f063a54
commit bd176b9895

View file

@ -24,7 +24,7 @@
pname = "essence"; pname = "essence";
version = "0.1.0"; version = "0.1.0";
src = ./.; src = ./.;
vendorHash = null; # Will need updating after go mod tidy vendorHash = "sha256-iiobqg0INKuzTyC/VMGcX5CfroqqbKnwlJLVAOCZbEE=";
}; };
} }
) // { ) // {