Skip to content

Commit d9dde88

Browse files
committed
Update crush
1 parent 3b6f66f commit d9dde88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.37.0";
12+
version = "0.39.3";
1313

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

21-
vendorHash = "sha256-sV5Whc6K9D7TX3V0ZxaIx0IM7qOinh4IZq0N+rHnUbw=";
21+
vendorHash = "sha256-Y7QterJ5Mmjg/kMqFGbeSvd+3UwG8uGFTrdIBET5yRI=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)