Skip to content

Commit e511092

Browse files
Crush: Bump 0.22.1 -> 0.36.0 & add me as maintainer (#485084)
2 parents a5bb2d7 + 6798276 commit e511092

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/cr/crush/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule (finalAttrs: {
1111
pname = "crush";
12-
version = "0.22.1";
12+
version = "0.36.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "charmbracelet";
1616
repo = "crush";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-WwakKR+JdlidfxXnKmAPVMxRs/TfNPOg43vQ9HrEqFY=";
18+
hash = "sha256-xitCvejiVts9kkvtcVwh/zaeWIzDj0jx9xQMh2h+9Ns=";
1919
};
2020

21-
vendorHash = "sha256-9WROtIp4Tt+9w+L+frLawwoyMCjuk41VIGYEi5oSHDk=";
21+
vendorHash = "sha256-8Tw+O57E5aKFO2bKimiXRK9tGnAAQr3qsuP6P9LgBjw=";
2222

2323
ldflags = [
2424
"-s"
@@ -51,7 +51,10 @@ buildGoModule (finalAttrs: {
5151
homepage = "https://github.com/charmbracelet/crush";
5252
changelog = "https://github.com/charmbracelet/crush/releases/tag/v${finalAttrs.version}";
5353
license = lib.licenses.fsl11Mit;
54-
maintainers = with lib.maintainers; [ x123 ];
54+
maintainers = with lib.maintainers; [
55+
x123
56+
malik
57+
];
5558
mainProgram = "crush";
5659
};
5760
})

0 commit comments

Comments
 (0)