crush: 0.5.0 -> 0.6.1 (#433935)

This commit is contained in:
Pavol Rusnak 2025-08-15 10:44:22 +02:00 committed by GitHub
commit 3b3eca1557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,16 +9,16 @@
buildGoModule (finalAttrs: {
pname = "crush";
version = "0.5.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "crush";
tag = "v${finalAttrs.version}";
hash = "sha256-u2w19Xmcm3cx/B8QRNGaP2qeg+Cif/L92RNlJav6H3w=";
hash = "sha256-QUYNJ2Ifny9Zj9YVQHcH80E2qa4clWVg2T075IEWujM=";
};
vendorHash = "sha256-H92TgZoWdYQ863AAb2116zJtmgkKXh2hRoEBRcn5zeA=";
vendorHash = "sha256-vdzAVVGr7uTW/A/I8TcYW189E3960SCIqatu7Kb60hg=";
# rename TestMain to prevent it from running, as it panics in the sandbox.
postPatch = ''