Unverified Commit f0df75b8 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

n8n: fix hash (#471200)

parents 031979a3 f606cd91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "n8n-io";
    repo = "n8n";
    tag = "n8n@${finalAttrs.version}";
    hash = "sha256-B1YL/kGYKHKZ8l50UGDiGwkYedvlYobW9QZzx2FwjDY=";
    hash = "sha256-3vXJnLqQz60Sq1A8lLW0x6xAoN3DneFYVsaHAD0nzng=";
  };

  pnpmDeps = pnpm_10.fetchDeps {