Unverified Commit e0f38f93 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

argocd: fix offlineCache hash (#490808)

parents 621c9616 80880b05
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildGoModule (finalAttrs: {

    offlineCache = fetchYarnDeps {
      yarnLock = "${finalAttrs.src}/ui/yarn.lock";
      hash = "sha256-ekhSPWzIgFhwSw0bIlBqu8LTYk3vuJ9VM8eHc3mnHGM=";
      hash = "sha256-kqBolkQiwZUBic0f+Ek5HwYsOmro1+FStkDLXAre79o=";
    };

    nativeBuildInputs = [