signal-desktop-from-src: update hash

*cries*
This commit is contained in:
2025-04-13 05:26:30 +00:00
parent b733a7e6cd
commit f48ca3c77a

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-R3xsOKkYZBZy7OWs9rJBWTvpBFLUH6efB7TTiYV9nVY="; hash = "sha256-IVyUB9ay47GMZIZo5NdJMclFcJTyW2QR7Xo22ueJ/Kc=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {