signal-desktop-from-src: 7.42.0 -> 7.44.0

This commit is contained in:
2025-02-25 03:58:25 +00:00
parent ffb08b1195
commit 3f7000f2f8

View File

@@ -180,20 +180,17 @@ let
in in
buildNpmPackage rec { buildNpmPackage rec {
pname = "signal-desktop-from-src"; pname = "signal-desktop-from-src";
version = "7.42.0"; version = "7.44.0";
# version = "7.43.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "signalapp"; owner = "signalapp";
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${version}"; rev = "v${version}";
hash = "sha256-YBG3GUkGwZfFSf51RTT01gUshe8pFJ3u9kThiZNmtJg="; # 7.42.0 hash = "sha256-t9f9msi1AcLd3pEVJM6DQtmlaW0Oeu0ptvf5LTAR0Uw=";
# hash = "sha256-t07xXuxHmv5iIlCbkVaS6Z5TFEHTIbbiEYjs8Uyd6ro="; # 7.43.0
}; };
npmDepsHash = "sha256-AQQliyhKwsLEVn16iRrevJmbFQsNaVnP0XyyadwxlTM="; # 7.42.0 npmDepsHash = "sha256-r7HtaYBORc8I241EgTcLCZeZpi4rbqviOyKbfqJyJvE=";
# npmDepsHash = "sha256-AhsHdgHsN9jAsiESvVXXD1sJ02CvzjkG0rZiXz0WtN0="; # 7.43.0
patches = [ patches = [
# ./debug.patch # ./debug.patch