siyuan: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 02:04:59 +02:00
parent 1ba097d023
commit e4d3350957
+2 -2
View File
@@ -99,8 +99,8 @@ stdenv.mkDerivation (finalAttrs: {
postPatch
;
pnpm = pnpm_9;
fetcherVersion = 1;
hash = "sha256-GLwREEnDf3NIbQsX+LA/n6zZYvTlyiJaozfKyk04go8=";
fetcherVersion = 3;
hash = "sha256-Dp684KKAb8Ge2PyPhBFgIB17Fs6swAF/Fw2z9SN4Aio=";
};
sourceRoot = "${finalAttrs.src.name}/app";