crush: 0.39.2 -> 0.39.3 (#487619)

This commit is contained in:
Michael Daniels
2026-02-08 00:36:05 +00:00
committed by GitHub
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -6100,6 +6100,12 @@
githubId = 98460960;
email = "david.weisse@gmx.net";
};
davinci42 = {
name = "Dan Xin";
github = "davinci42";
githubId = 4347318;
email = "davinci42.cn@gmail.com";
};
davisrichard437 = {
email = "davisrichard437@gmail.com";
github = "davisrichard437";
+3 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "crush";
version = "0.39.2";
version = "0.39.3";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "crush";
tag = "v${finalAttrs.version}";
hash = "sha256-2Y9hxrqFQmKR6BaKP0fHTW5h5P8bnlyCKL/vy1ZqsOE=";
hash = "sha256-XzshO11AgukJBhdfAVRn90TViyuI9cJftVfIOGqRyeM=";
};
vendorHash = "sha256-Y7QterJ5Mmjg/kMqFGbeSvd+3UwG8uGFTrdIBET5yRI=";
@@ -54,6 +54,7 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
x123
malik
davinci42
];
mainProgram = "crush";
};