File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/by-name/si/signal-desktop-source Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 lib ,
44 nodejs_20 ,
55 pnpm_10 ,
6- electron_33 ,
6+ electron_34 ,
77 python3 ,
88 makeWrapper ,
99 callPackage ,
2121let
2222 nodejs = nodejs_20 ;
2323 pnpm = pnpm_10 ;
24- electron = electron_33 ;
24+ electron = electron_34 ;
2525
2626 electron-headers = runCommand "electron-headers" { } ''
2727 mkdir -p $out
7474in
7575stdenv . mkDerivation ( finalAttrs : {
7676 pname = "signal-desktop-source" ;
77- version = "7.45.1 " ;
77+ version = "7.46.0 " ;
7878
7979 src = fetchFromGitHub {
8080 owner = "signalapp" ;
8181 repo = "Signal-Desktop" ;
8282 tag = "v${ finalAttrs . version } " ;
83- hash = "sha256-VtnER2NsVh/YH4V9skq0QQ6daHAqne4mu+wUnGUgb4g =" ;
83+ hash = "sha256-pV28jcIQcPjyZL8q+gisnlfAGf0SOKDQ7OxacTM3B0M =" ;
8484 } ;
8585
8686 nativeBuildInputs = [
@@ -107,15 +107,15 @@ stdenv.mkDerivation (finalAttrs: {
107107 ;
108108 hash =
109109 if withAppleEmojis then
110- "sha256-5A2MP6HiRt6KhUvqChnzH903CU7xbnSMrX8ELQIrtoc ="
110+ "sha256-keG+ymMD4ma0dt6N4Fai9u0+rh9VzkQD6tClPKoQXkM ="
111111 else
112- "sha256-z1HjmbaOYjNkA6ios2iSvFDjlPKh8/jLr8WiEMGnXok =" ;
112+ "sha256-qImY0s8UQmuKGf8dvgO3YrJlrqqdoZtvbtLgvgMVnnE =" ;
113113 } ;
114114
115115 env = {
116116 ELECTRON_SKIP_BINARY_DOWNLOAD = "1" ;
117117 SIGNAL_ENV = "production" ;
118- SOURCE_DATE_EPOCH = 1741560867 ;
118+ SOURCE_DATE_EPOCH = 1741810629 ;
119119 } ;
120120
121121 preBuild = ''
You can’t perform that action at this time.
0 commit comments