signal-desktop: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-02-26 21:30:05 +02:00
parent 1fbf1d2905
commit 83412af7a5
@@ -27,8 +27,8 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
inherit pnpm; # may be different than top-level pnpm
fetcherVersion = 1;
hash = "sha256-regaYG+SDvIgdnHQVR1GG1A1FSBXpzFfLuyTEdMt1kQ=";
fetcherVersion = 3;
hash = "sha256-/EcPuqTXXGw1dEN6l1x84cUGyx890/rujjT+zJouIvM=";
};
cargoRoot = "deps/extension";