lol

signal-desktop: 1.29.2 -> 1.29.3

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 59 59 60 60 in stdenv.mkDerivation rec { 61 61 pname = "signal-desktop"; 62 - version = "1.29.2"; # Please backport all updates to the stable channel. 62 + version = "1.29.3"; # Please backport all updates to the stable channel. 63 63 # All releases have a limited lifetime and "expire" 90 days after the release. 64 64 # When releases "expire" the application becomes unusable until an update is 65 65 # applied. The expiration date for the current release can be extracted with: ··· 69 69 70 70 src = fetchurl { 71 71 url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb"; 72 - sha256 = "1w35x0p3znylgr0vx72x3kdm3cyg0xymqy12q8bygvijd0h6182d"; 72 + sha256 = "1rkj6rwmwwvyd5041r96j1dxlfbmc6xsdrza43c0ykdrhfj73h11"; 73 73 }; 74 74 75 75 phases = [ "unpackPhase" "installPhase" ];