grafana: fix yarn vendor hash (#401505)

This commit is contained in:
K900
2025-04-24 22:17:52 +03:00
committed by GitHub
+1 -1
View File
@@ -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 ];