signal-desktop-from-src: update hash

This commit is contained in:
2025-06-02 08:10:25 +00:00
parent 10831169d1
commit 66163f5e0c

View File

@@ -189,7 +189,7 @@ stdenv.mkDerivation (finalAttrs: {
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}";
# XXX: hash is unstable because of the git pack dir # XXX: hash is unstable because of the git pack dir
hash = "sha256-ZgR4//VIIHxoA+vysp3pM1qMkYio6QOXGAF/b+tWrWI="; hash = "sha256-TlkGu39grZRq9WtR8jAI8RSTUuIcbWHUYqGKslwh/XU=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {