Skip to content

Commit ce78a7f

Browse files
committed
1 parent a3fcc3b commit ce78a7f

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
buildGo126Module (finalAttrs: {
1111
pname = "crush";
12-
version = "0.50.1";
12+
version = "0.54.0";
1313

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

21-
vendorHash = "sha256-KrdkF1Vy0aWLngGrkfxWXzcmau4h7UZyQMu0fXznUdM=";
21+
vendorHash = "sha256-0xrx8npkWQmbLvbV4dXo90+BGm4jWzQSFWI/K8/t0q8=";
2222

2323
ldflags = [
2424
"-s"

0 commit comments

Comments
 (0)