File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/tools/security/zlint Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88buildGoModule rec {
99 pname = "zlint" ;
10- version = "3.6.2 " ;
10+ version = "3.6.3 " ;
1111
1212 src = fetchFromGitHub {
1313 owner = "zmap" ;
1414 repo = "zlint" ;
15- rev = "v${ version } " ;
16- hash = "sha256-UwtWYDWbln64nE4KDV+gWIhhdbyvlrs0fM96otnfqfE =" ;
15+ rev = "refs/tags/ v${ version } " ;
16+ hash = "sha256-N199sSxe06nm0CInTYAuwRgoq7hN7IQpHz5ERUSpk3M =" ;
1717 } ;
1818
1919 modRoot = "v3" ;
2020
21- vendorHash = "sha256-LP7I7NY/Am6zWfVSvwJanCFwiLfcHKA3Fb9RIMD76a0 =" ;
21+ vendorHash = "sha256-RX7B9RyNmEO9grMR9Mqn1jXDH5sgT0QDvdhXgY1HYtQ =" ;
2222
2323 postPatch = ''
2424 # Remove a package which is not declared in go.mod.
@@ -32,7 +32,7 @@ buildGoModule rec {
3232 ldflags = [
3333 "-s"
3434 "-w"
35- "-X main.version=${ version } "
35+ "-X= main.version=${ version } "
3636 ] ;
3737
3838 passthru . tests . version = testers . testVersion {
You can’t perform that action at this time.
0 commit comments