grafana: fix yarn vendor hash

This commit is contained in:
Charlotte 🦝 Deleńkec
2025-04-24 18:34:16 +01:00
parent e6d927fcfd
commit dd41ce9d35
+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 ];