croc: 9.6.0 -> 9.6.1

This commit is contained in:
R. Ryantm 2022-10-18 09:12:51 +00:00
parent 87c6a9a57c
commit aa7fc78e6c

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "9.6.0";
version = "9.6.1";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/alVraVGggViOxWZsFgdBE49PPzZijLP+ky9F686Ano=";
sha256 = "sha256-4yikcuAhrVzWYsNOI546tA94Eho7QDCyBCmpaQ2tLW8=";
};
vendorSha256 = "sha256-RBaMQyjqlQkH4tvgkqemIG3c0IzZiMpaa3SsSebV2Zs=";
vendorSha256 = "sha256-i/80caEjr5kZAK30sXF9dKh+jAi3msntfB/BUqpGuRY=";
subPackages = [ "." ];