Unverified Commit 23091da2 authored by Geoffrey Huntley's avatar Geoffrey Huntley Committed by GitHub
Browse files

coder: resolve hash mismatch in fixed-output derivation

parent 4ec1861b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/..." ];