mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
wtf: fix vendorHash for go1.22
This commit is contained in:
parent
c39b2e886d
commit
8e649d36d3
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
|||
sha256 = "sha256-DFrA4bx+wSOxmt1CVA1oNiYVmcWeW6wpfR5F1tnhyDY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-9uuLidieBMoKz/FLcBnp9wenyveOIzB0IvRBRasulZk=";
|
||||
vendorHash = "sha256-mQdKw3DeBEkCOtV2/B5lUIHv5EBp+8QSxpA13nFxESw=";
|
||||
proxyVendor = true;
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue