coder: resolve hash mismatch in fixed-output derivation

This commit is contained in:
Geoffrey Huntley
2023-03-12 19:49:25 +11:00
committed by GitHub
parent 4ec1861bdd
commit 23091da20c
+1 -1
View File
@@ -26,7 +26,7 @@ buildGoModule rec {
offlineCache = fetchYarnDeps { offlineCache = fetchYarnDeps {
yarnLock = src + "/site/yarn.lock"; yarnLock = src + "/site/yarn.lock";
hash = "sha256-4GbM7GNZ3wHIZJIJuHw1v/SwjUNc1vi8IHRGaGwPGZQ="; hash = "sha256-nRmEXR9fjDxvpbnT+qpGeM0Cc/qW/kN53sKOXwZiBXY=";
}; };
subPackages = [ "cmd/..." ]; subPackages = [ "cmd/..." ];