3
0
Fork 0
forked from mirrors/nixpkgs

croc: 9.4.2 -> 9.5.0

This commit is contained in:
Sandro Jäckel 2021-11-18 17:52:00 +01:00
parent 8ea3df51cd
commit 2376862609
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "9.4.2";
version = "9.5.0";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-aB3jYQKyqfaQBcCbFbN8ZIfosyLy+bX6SJF+iiT2ELQ=";
sha256 = "sha256-BgUurfzgezbbH0pCTuRINocc5y6ANCM91VlWht86QeE=";
};
vendorSha256 = "sha256-bsggZ6e9a7tq0jgOpqIRgfj4FUu/krLWuLBZjaialO0=";
vendorSha256 = "sha256-MstlmaMEbbAY9+h5pNVCXqDOqoSv5hjuRSFS/MTg6lo=";
doCheck = false;