grafana: fix yarn vendor hash (#401505)

authored by K900 and committed by GitHub 07c4db35 81a3757a

+1 -1
+1 -1
pkgs/servers/monitoring/grafana/default.nix
··· 70 70 missingHashes = ./missing-hashes.json; 71 71 offlineCache = yarn-berry_4.fetchYarnBerryDeps { 72 72 inherit src missingHashes; 73 - hash = "sha256-qJ1xP02tdoZmAlrO5J8wxRYdNeg420NN27Tt2gaNPFc="; 73 + hash = "sha256-tpQjEa4xeD4fmrucynt8WVVXZ3uN5WxjSF8YcjE6HLU="; 74 74 }; 75 75 76 76 disallowedRequisites = [ offlineCache ];