mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 07:31:19 +00:00
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:
@@ -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 = [ "." ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user