go-modules: Update files to use vendorSha256

This commit is contained in:
Colin L Rice
2020-05-14 07:22:21 +01:00
committed by Jörg Thalheim
parent a0ddea1d6a
commit d6162dab50
215 changed files with 3251 additions and 423 deletions
@@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "0w1ji96hbd3anzsz82xjcafsqhgyz7c7n41rsq60yrllwbj5946f";
};
modSha256 = "13a3snhcqq3a9lfy9zfr2rx10mf2ymvhmds1bg8n4m7lbwnzm4fg";
vendorSha256 = "0b8ggdpbyxx5n2myhchhlwmm5nndwpykp1ylnzdyw12mdskfvn9h";
goPackagePath = "github.com/FiloSottile/mkcert";
buildFlagsArray = ''
@@ -25,4 +25,4 @@ buildGoModule rec {
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];
};
}
}