Merge pull request #290887 from r-ryantm/auto-update/croc

croc: 9.6.11 -> 9.6.13
This commit is contained in:
Sandro 2024-02-23 15:31:23 +01:00 committed by GitHub
commit 1df767a1d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "croc";
version = "9.6.11";
version = "9.6.13";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iePSDd/CR+YRRbUUszAU8v1oaf7s4kgX1cjTU+WVmOs=";
sha256 = "sha256-uuE3Ci0JeWhYMHj5xO5UNZR4BOuaD15nMqFQFZIQCkY=";
};
vendorHash = "sha256-pUWUYV1Ts/dFXUzufIWt5ETRQVpxIGzxRFq9jviG0Fs=";