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

This commit is contained in:
2025-07-03 07:42:30 +00:00
parent 00fdcb7ec3
commit 7c0523f3e6

View File

@@ -181,7 +181,7 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "signal-desktop-from-src"; pname = "signal-desktop-from-src";
version = "7.60.0"; version = "7.61.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "signalapp"; owner = "signalapp";
@@ -189,12 +189,12 @@ 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-SjRYeJBs36dLxZdhioF8v9w1zOZkjBUnbM+W+/cg26Q="; hash = "sha256-nPsHzxgK/nami5s1511dMB44OkVrYOD+QvbUC065RWI=";
}; };
pnpmDeps = pnpm_10.fetchDeps { pnpmDeps = pnpm_10.fetchDeps {
inherit (finalAttrs) pname version src patches; inherit (finalAttrs) pname version src patches;
hash = "sha256-mVC7dOsBcBrOEuz7t4xMv1QX2ZgfA5EjnRYunZEx73E="; hash = "sha256-ry7s9fbKx4e1LR8DlI2LIJY9GQrxmU7JQt+3apJGw/M=";
}; };
patches = [ patches = [