croc: 9.6.1 -> 9.6.2

Diff: https://github.com/schollz/croc/compare/v9.6.1...v9.6.2
This commit is contained in:
Sandro Jäckel 2022-12-06 21:07:14 +01:00
parent 14c8855fee
commit e0fb0e0851
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.6.1";
version = "9.6.2";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4yikcuAhrVzWYsNOI546tA94Eho7QDCyBCmpaQ2tLW8=";
sha256 = "sha256-MaIvxO2bvLGrZmBLXZk2vgW1NtyoVKRxXEZALEwI/lY=";
};
vendorSha256 = "sha256-i/80caEjr5kZAK30sXF9dKh+jAi3msntfB/BUqpGuRY=";
vendorSha256 = "sha256-X+DxN0DAyZ/z8YRRjuezegcPHa6SJ3/XXPYP+1Apmjw=";
subPackages = [ "." ];