govulncheck: use different hash for 1.18

This commit is contained in:
Aaron Bieber 2022-09-06 11:27:55 -06:00
parent 4510014e50
commit c8734b73ef
No known key found for this signature in database

View File

@ -3,7 +3,7 @@ let
vendorHash = if isUnstable then
"sha256-XxX+S+hXySwbXruJXM0fK7gcxiZDiysQJcXENoh/PEg="
else
"sha256-zNH+wKLT9ci5AFWxQ+yKJPhvweQu6DtiRYtTgSWq44U=";
"sha256-MFsjEHKVuQmLzebSy38B0BcPgpzwUmfjbr2rYhUTGLE=";
in with lib;
buildGo118Module rec {