go-exploitdb: 0.6.1 -> 0.6.2 (#445966)

authored by Fabian Affolter and committed by GitHub f4f97de6 777432aa

+3 -3
+3 -3
pkgs/by-name/go/go-exploitdb/package.nix
··· 6 7 buildGoModule rec { 8 pname = "go-exploitdb"; 9 - version = "0.6.1"; 10 11 src = fetchFromGitHub { 12 owner = "vulsio"; 13 repo = "go-exploitdb"; 14 tag = "v${version}"; 15 - hash = "sha256-2ldb+u5C9BdDOXzyuDxHgJ65Iot/+E4KCC6sm8nHv0U="; 16 }; 17 18 - vendorHash = "sha256-GEMwuVTHamNX/A6Btslp4pmYJd4lylrjw7w/0Q/wKF8="; 19 20 ldflags = [ 21 "-s"
··· 6 7 buildGoModule rec { 8 pname = "go-exploitdb"; 9 + version = "0.6.2"; 10 11 src = fetchFromGitHub { 12 owner = "vulsio"; 13 repo = "go-exploitdb"; 14 tag = "v${version}"; 15 + hash = "sha256-kfPM1p7ihfCRsxYjqfKbcwaM2DLdOAqQ2ywxzEQV8A4="; 16 }; 17 18 + vendorHash = "sha256-0RYc0ssdyV1b0DsMD5+0FA6oGStextvajX7SgHVQueU="; 19 20 ldflags = [ 21 "-s"