rquickshare: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 02:04:59 +02:00
parent 674e943595
commit 07af3796c5
+2 -2
View File
@@ -50,8 +50,8 @@ rustPlatform.buildRustPackage rec {
;
pnpm = pnpm_9;
postPatch = "cd ${pnpmRoot}";
fetcherVersion = 1;
hash = "sha256-VbdMaIEL1e+0U+ny4qbk1Mmkuc3cahKakKKYowCBK5Q=";
fetcherVersion = 3;
hash = "sha256-ESm7YVVbsfjpgYeNf3aVhJawpWhbeNdo0u7cBzLmEMw=";
};
cargoRoot = "app/main/src-tauri";