croc: fix passthrough tests [10.4.6 -> 10.4.13] (#539964)

This commit is contained in:
Guillaume Girol
2026-07-19 20:56:30 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ in
meta = with pkgs.lib.maintainers; {
maintainers = [
equirosa
SuperSandro2000
ryan4yin
kaynetik
];
};

View File

@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "croc";
version = "10.4.6";
version = "10.4.13";
src = fetchFromGitHub {
owner = "schollz";
repo = "croc";
rev = "v${finalAttrs.version}";
hash = "sha256-+KG1PHUymeoAj92UAn/sitQF6xC1xwl+cdisxy2ZtPs=";
hash = "sha256-XhudK0wFk2VFYmd1ihW4SjJ4nzwNxOp9pTNUWJUg+AU=";
};
vendorHash = "sha256-rwGunSDIgetBsk97LxQz0WHpzMDMMESHC1OhBWRuVjI=";