parent
563c526b75
commit
52c8d46286
|
@ -4,15 +4,6 @@ buildGoModule rec {
|
||||||
pname = "conftest";
|
pname = "conftest";
|
||||||
version = "0.14.0";
|
version = "0.14.0";
|
||||||
|
|
||||||
# Something subtle in the go sum db is causing every download to
|
|
||||||
# get a new sum (and thus breaking the hash). This disables the
|
|
||||||
# fetching of the sum from the go sum database.
|
|
||||||
modBuildPhase = ''
|
|
||||||
runHook preBuild
|
|
||||||
GONOSUMDB=* go mod download
|
|
||||||
runHook postBuild
|
|
||||||
'';
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "instrumenta";
|
owner = "instrumenta";
|
||||||
repo = "conftest";
|
repo = "conftest";
|
||||||
|
|
Loading…
Reference in New Issue