crush: 0.5.0 -> 0.6.1

This commit is contained in:
Pavol Rusnak 2025-08-15 10:34:50 +02:00
parent c5e33f723a
commit def592b410
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

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 = ''