Merge pull request #220793 from ghuntley/patch-9

coder: resolve hash mismatch in fixed-output derivation

authored by

Domen Kožar and committed by
GitHub
826b063f 77a2365e

+1 -1
+1 -1
pkgs/development/tools/coder/default.nix
··· 26 27 offlineCache = fetchYarnDeps { 28 yarnLock = src + "/site/yarn.lock"; 29 - hash = "sha256-4GbM7GNZ3wHIZJIJuHw1v/SwjUNc1vi8IHRGaGwPGZQ="; 30 }; 31 32 subPackages = [ "cmd/..." ];
··· 26 27 offlineCache = fetchYarnDeps { 28 yarnLock = src + "/site/yarn.lock"; 29 + hash = "sha256-nRmEXR9fjDxvpbnT+qpGeM0Cc/qW/kN53sKOXwZiBXY="; 30 }; 31 32 subPackages = [ "cmd/..." ];