···2425in stdenv.mkDerivation rec {
26 pname = "signal-desktop";
27- version = "5.39.0"; # Please backport all updates to the stable channel.
28 # All releases have a limited lifetime and "expire" 90 days after the release.
29 # When releases "expire" the application becomes unusable until an update is
30 # applied. The expiration date for the current release can be extracted with:
···3435 src = fetchurl {
36 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
37- sha256 = "sha256-Dy5orMKZvvnHZu/2U5YIJdDR4eDM3SBjXVGHuBv0kgc=";
38 };
3940 nativeBuildInputs = [
···2425in stdenv.mkDerivation rec {
26 pname = "signal-desktop";
27+ version = "5.42.0"; # Please backport all updates to the stable channel.
28 # All releases have a limited lifetime and "expire" 90 days after the release.
29 # When releases "expire" the application becomes unusable until an update is
30 # applied. The expiration date for the current release can be extracted with:
···3435 src = fetchurl {
36 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
37+ sha256 = "sha256-xjSj7eKaDV8WB0SiPb4orxKK8mV2a2EWiMBK7BE8mgU=";
38 };
3940 nativeBuildInputs = [
+5-2
pkgs/applications/networking/n8n/default.nix
···1-{ pkgs, nodejs-16_x, stdenv, lib }:
23let
4 nodePackages = import ./node-composition.nix {
···18 ln -s $out/lib/node_modules/n8n/bin/n8n $out/bin/n8n
19 '';
2021- passthru.updateScript = ./generate-dependencies.sh;
0002223 meta = with lib; {
24 description = "Free and open fair-code licensed node based Workflow Automation Tool";