diff --git a/nixos/tests/croc.nix b/nixos/tests/croc.nix index f5eec96d6cc3..bb5d5d6635e4 100644 --- a/nixos/tests/croc.nix +++ b/nixos/tests/croc.nix @@ -12,8 +12,8 @@ in meta = with pkgs.lib.maintainers; { maintainers = [ equirosa - SuperSandro2000 ryan4yin + kaynetik ]; }; diff --git a/pkgs/by-name/cr/croc/package.nix b/pkgs/by-name/cr/croc/package.nix index 6c54f91f9708..d10752e52d65 100644 --- a/pkgs/by-name/cr/croc/package.nix +++ b/pkgs/by-name/cr/croc/package.nix @@ -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=";