Skip to content

Commit

Permalink
signal-desktop(darwin): 7.36.0 -> 7.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gliczy committed Jan 10, 2025
1 parent 39e846d commit aafa591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/si/signal-desktop/signal-desktop-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "signal-desktop";
version = "7.36.0";
version = "7.37.0";

src = fetchurl {
url = "https://updates.signal.org/desktop/signal-desktop-mac-universal-${finalAttrs.version}.dmg";
hash = "sha256-hHgobx4q+nWtsq6uplVWY5ie0qu5ZoeFxYZNflza/CM=";
hash = "sha256-FMbJ28oNxJ6WhuD5pLNqG9hE88mOO76mGAgOQqZ/RJQ=";
};
sourceRoot = ".";

Expand Down

0 comments on commit aafa591

Please sign in to comment.