Skip to content

Commit 60ab839

Browse files
committed
Update crush
1 parent 69600d7 commit 60ab839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/crush/default.nix

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

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

1414
src = fetchFromGitHub {
1515
owner = "charmbracelet";
1616
repo = "crush";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-XzshO11AgukJBhdfAVRn90TViyuI9cJftVfIOGqRyeM=";
18+
hash = "sha256-CfYBAGuny+v7wvJBDCeZVxG+M9LE+eBaq5REjJA2yyw=";
1919
};
2020

21-
vendorHash = "sha256-Y7QterJ5Mmjg/kMqFGbeSvd+3UwG8uGFTrdIBET5yRI=";
21+
vendorHash = "sha256-2rEerdtwNAhQbdqabyyetw30DSpbmIxoiU2YPTWbEcg=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)