signal-desktop-from-src: fix hash

This commit is contained in:
2025-06-22 18:02:18 +00:00
parent 8fb8d468f9
commit 5365044412

View File

@@ -189,7 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
leaveDotGit = true; # signal calculates the release date via `git`
rev = "v${finalAttrs.version}";
# XXX: hash is unstable because of the git pack dir
hash = "sha256-luMcQS/SsWUPXDcI3dBTnk3iTlNSfx8gOio4ze0zXUM=";
hash = "sha256-w5TdaDaecFHE6tR4TOcpmuSWE2hpGbpHl/EWEziWZS0=";
};
pnpmDeps = pnpm_10.fetchDeps {