croc: 10.4.5 -> 10.4.6

The 10.4.5 source hash mismatched after upstream moved the `v10.4.5`` tag
(reported in #537047). Bumping to 10.4.6 rather than re-pinning the
moved tag pulls the resume fix (schollz/croc#1144) and avoids depending
on a tag whose contents already proved unstable.

Signed-off-by: kaynetik <aleksandar@nesovic.dev>
This commit is contained in:
kaynetik
2026-07-02 11:36:35 +02:00
parent b16131b1ba
commit dcb7cfb34a

View File

@@ -11,16 +11,16 @@
buildGoModule (finalAttrs: {
pname = "croc";
version = "10.4.5";
version = "10.4.6";
src = fetchFromGitHub {
owner = "schollz";
repo = "croc";
rev = "v${finalAttrs.version}";
hash = "sha256-EbOjLR9xQMY2D+roK/Fv1so5FZwZ2RmNetLxq0WIw2g=";
hash = "sha256-+KG1PHUymeoAj92UAn/sitQF6xC1xwl+cdisxy2ZtPs=";
};
vendorHash = "sha256-SVljsV7xxVVQsn1ii4ShnFVFQDAFSZJe14HJ/6TQi7c=";
vendorHash = "sha256-rwGunSDIgetBsk97LxQz0WHpzMDMMESHC1OhBWRuVjI=";
subPackages = [ "." ];