Commit 8829654d authored by Gliczy's avatar Gliczy
Browse files

signal-desktop(darwin): 7.42.0 -> 7.44.0

parent d6458064
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "signal-desktop";
  version = "7.42.0";
  version = "7.44.0";

  src = fetchurl {
    url = "https://updates.signal.org/desktop/signal-desktop-mac-universal-${finalAttrs.version}.dmg";
    hash = "sha256-N/BgLpEvpcl29+AN0zZDBGBwkYqYqjW953jfdwm5+/4=";
    hash = "sha256-SQWQDVxHPAf4tVorIcqTWfZVYRF3wgwfHWG8VhZubyA=";
  };
  sourceRoot = ".";