crush: 0.6.1 -> 0.7.7 (#441416)

This commit is contained in:
Ben Siraphob
2025-09-09 18:19:56 +07:00
committed by GitHub
+5 -5
View File
@@ -1,24 +1,24 @@
{
lib,
buildGoModule,
buildGo125Module,
fetchFromGitHub,
nix-update-script,
writableTmpDirAsHomeHook,
versionCheckHook,
}:
buildGoModule (finalAttrs: {
buildGo125Module (finalAttrs: {
pname = "crush";
version = "0.6.1";
version = "0.7.7";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "crush";
tag = "v${finalAttrs.version}";
hash = "sha256-QUYNJ2Ifny9Zj9YVQHcH80E2qa4clWVg2T075IEWujM=";
hash = "sha256-rQtQUt/XOZpHxS2l4qhwrQ5cW0Q+JQW1D6GvPxkSMuk=";
};
vendorHash = "sha256-vdzAVVGr7uTW/A/I8TcYW189E3960SCIqatu7Kb60hg=";
vendorHash = "sha256-k7yfCyfeW2TW5DpVmxfNLXV08FxhpW4SQNAcDyrYKPc=";
# rename TestMain to prevent it from running, as it panics in the sandbox.
postPatch = ''