signal-desktop-from-src: fix hash

This commit is contained in:
2025-04-28 02:38:40 +00:00
parent 1b8d2daf20
commit c0afdf69b1

View File

@@ -188,7 +188,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "Signal-Desktop"; repo = "Signal-Desktop";
leaveDotGit = true; # signal calculates the release date via `git` leaveDotGit = true; # signal calculates the release date via `git`
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-nR//H11gmti7UUC5qU14aa+X5AVlqL/9hZCkx3jnco4="; hash = "sha256-W9oY2/Ll/u5WaB2RPfK45dXkaIixQGaLks6w3K0WNIE=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {