croc: 9.1.3 -> 9.1.4

This commit is contained in:
Eduardo Quiros 2021-05-12 19:16:13 -06:00
parent d950065319
commit 089735097f
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "croc"; pname = "croc";
version = "9.1.3"; version = "9.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "schollz"; owner = "schollz";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "rVR2KfrK7M74kZUm5q23Lbj7hTLCN+p12RBaf3JAEXM="; sha256 = "16HmRluhqCr6Gt+x8PSCU4W9pUJp89l4GO29uI+ZzkI=";
}; };
vendorSha256 = "sha256-f0KiXHspGX96k5ViCwI62Qs+rHowpqm+gLy7/iqdnE4="; vendorSha256 = "sha256-f0KiXHspGX96k5ViCwI62Qs+rHowpqm+gLy7/iqdnE4=";