argocd: fix offlineCache hash (#490808)

This commit is contained in:
Sandro
2026-02-17 15:54:19 +00:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {
offlineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/ui/yarn.lock";
hash = "sha256-ekhSPWzIgFhwSw0bIlBqu8LTYk3vuJ9VM8eHc3mnHGM=";
hash = "sha256-kqBolkQiwZUBic0f+Ek5HwYsOmro1+FStkDLXAre79o=";
};
nativeBuildInputs = [