File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule rec {
88 pname = "zed" ;
9- version = "0.27.0 " ;
9+ version = "0.30.2 " ;
1010
1111 src = fetchFromGitHub {
1212 owner = "authzed" ;
1313 repo = "zed" ;
1414 rev = "v${ version } " ;
15- hash = "sha256-m9RHgMqbYBo/p4hXVbLa6j8ms9JcNH0CccF8rjfeUns =" ;
15+ hash = "sha256-ftSgp0zxUmSTJ7lFHxFdebKrCKbsRocDkfabVpyQ5Kg =" ;
1616 } ;
1717
18- vendorHash = "sha256-GxKMY9Uh8o2Gfz3wJ1xKckkfSl5BU08hUPTH9Hrw6y8 =" ;
18+ vendorHash = "sha256-2AkknaufRhv79c9WQtcW5oSwMptkR+FB+1/OJazyGSM =" ;
1919
20- ldflags = [
21- "-X 'github.com/jzelinskie/cobrautil/v2.Version=${ src . rev } '"
22- ] ;
20+ ldflags = [ "-X 'github.com/jzelinskie/cobrautil/v2.Version=${ src . rev } '" ] ;
21+
22+ preCheck = ''
23+ export NO_COLOR=true
24+ '' ;
2325
2426 meta = with lib ; {
2527 description = "Command line for managing SpiceDB" ;
You can’t perform that action at this time.
0 commit comments