Skip to content

Commit

Permalink
signal-desktop: 6.34.1 -> 6.36.0
Browse files Browse the repository at this point in the history
signal-desktop-beta: 6.35.0-beta.2 -> 6.36.0-beta.2

Release: https://github.com/signalapp/Signal-Desktop/releases/tag/v6.36.0
(cherry picked from commit 98557fc)
  • Loading branch information
Arjun31415 authored and yayayayaka committed Nov 3, 2023
1 parent b1d2aa8 commit 556a75f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ callPackage }: builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) {
signal-desktop = {
dir = "Signal";
version = "6.34.1";
hash = "sha256-1kffRXPQmtxIsLZVOgPXDnxUmY59q+1umy25cditRhw=";
version = "6.36.0";
hash = "sha256-zoeRBBu+eYWibpCUiyDOcDVKFQSRI+l1dZgUlESdUsk=";
};
signal-desktop-beta = {
dir = "Signal Beta";
version = "6.35.0-beta.2";
hash = "sha256-TgzqKGt3ojkjq+mIu0EtqXfnnZ/xulWjiuS5/0dlwIM=";
version = "6.36.0-beta.2";
hash = "sha256-LOfKdyXosU0bJB35+TSszfHROPhLvMtngzy4zFeVVmI=";
};
}

0 comments on commit 556a75f

Please sign in to comment.