signal-desktop: 1.37.1 -> 1.37.2

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 25 else ""); 26 in stdenv.mkDerivation rec { 27 pname = "signal-desktop"; 28 - version = "1.37.1"; # Please backport all updates to the stable channel. 29 # All releases have a limited lifetime and "expire" 90 days after the release. 30 # When releases "expire" the application becomes unusable until an update is 31 # applied. The expiration date for the current release can be extracted with: ··· 35 36 src = fetchurl { 37 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 38 - sha256 = "0zj068wkgb0k7iq4ld0lb06vk2zlsvv5pf0csr4zkzkq0hgzx33s"; 39 }; 40 41 nativeBuildInputs = [
··· 25 else ""); 26 in stdenv.mkDerivation rec { 27 pname = "signal-desktop"; 28 + version = "1.37.2"; # Please backport all updates to the stable channel. 29 # All releases have a limited lifetime and "expire" 90 days after the release. 30 # When releases "expire" the application becomes unusable until an update is 31 # applied. The expiration date for the current release can be extracted with: ··· 35 36 src = fetchurl { 37 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 38 + sha256 = "0n4g2fh1ibw6fl5vbnnchx2vafasqrq8rl9w0ch7lai665zkxsk3"; 39 }; 40 41 nativeBuildInputs = [