n8n: fix hash (#471200)

This commit is contained in:
Gergő Gutyina
2025-12-18 10:26:56 +00:00
committed by GitHub
+1 -1
View File
@@ -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 {