signal-desktop-from-src: 7.59.0 -> 7.60.0

This commit is contained in:
2025-06-26 17:46:31 +00:00
parent ecfe480394
commit e1cc1570c7

View File

@@ -181,7 +181,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "signal-desktop-from-src";
version = "7.59.0";
version = "7.60.0";
src = fetchFromGitHub {
owner = "signalapp";
@@ -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-w5TdaDaecFHE6tR4TOcpmuSWE2hpGbpHl/EWEziWZS0=";
hash = "sha256-SjRYeJBs36dLxZdhioF8v9w1zOZkjBUnbM+W+/cg26Q=";
};
pnpmDeps = pnpm_10.fetchDeps {