croc: 9.5.1 -> 9.5.2

This commit is contained in:
R. Ryantm 2022-02-24 06:43:32 +00:00 committed by zowoq
parent e22d349e67
commit c23a65f993

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "9.5.1";
version = "9.5.2";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-86uM58MCdmt0sSEIgRRQYPr6Gf4lphFOcqRU7WD5HnI=";
sha256 = "sha256-Ha84frbyRDxCRIDezlKeA+Fv9+rmpCoU+EAgMBkf3fo=";
};
vendorSha256 = "sha256-xL7aiMlnSzZsAtX3NiWfNcrz8oW7BuCLBUnJvx1ng2Y=";
vendorSha256 = "sha256-uaSDder/uzy708YE1xqpL9Te4629JD2IiVSCYhYzPwg=";
doCheck = false;