3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #220793 from ghuntley/patch-9

coder: resolve hash mismatch in fixed-output derivation
This commit is contained in:
Domen Kožar 2023-03-12 20:48:46 +00:00 committed by GitHub
commit 826b063fef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ buildGoModule rec {
offlineCache = fetchYarnDeps {
yarnLock = src + "/site/yarn.lock";
hash = "sha256-4GbM7GNZ3wHIZJIJuHw1v/SwjUNc1vi8IHRGaGwPGZQ=";
hash = "sha256-nRmEXR9fjDxvpbnT+qpGeM0Cc/qW/kN53sKOXwZiBXY=";
};
subPackages = [ "cmd/..." ];