Unverified Commit 07c4db35 authored by K900's avatar K900 Committed by GitHub
Browse files

grafana: fix yarn vendor hash (#401505)

parents 81a3757a dd41ce9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ buildGoModule rec {
  missingHashes = ./missing-hashes.json;
  offlineCache = yarn-berry_4.fetchYarnBerryDeps {
    inherit src missingHashes;
    hash = "sha256-qJ1xP02tdoZmAlrO5J8wxRYdNeg420NN27Tt2gaNPFc=";
    hash = "sha256-tpQjEa4xeD4fmrucynt8WVVXZ3uN5WxjSF8YcjE6HLU=";
  };

  disallowedRequisites = [ offlineCache ];