File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule ( 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} )
You can’t perform that action at this time.
0 commit comments