Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 17e32da1f211
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 95a18ab60b73
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 1, 2019

  1. tdesktop: 1.5.8 -> 1.5.9

    tdesktopPackages.preview: 1.5.8 -> 1.5.9
    primeos committed Feb 1, 2019
    Copy the full SHA
    95a18ab View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@ let
mkTelegram = args: qt5.callPackage (import ./generic.nix args) { };
stableVersion = {
stable = true;
version = "1.5.8";
sha256Hash = "0sl4p4a7fyh68g01rddiy719lyr321cjar78b3c732zxfj8lxvkb";
version = "1.5.9";
sha256Hash = "1mq0fj29fbn8lk7jhj8gzjvqg2q1hi0hvfwfk1a5qiib0x31gfic";
# svn log svn://svn.archlinux.org/community/telegram-desktop/trunk
archPatchesRevision = "415526";
archPatchesHash = "1lfzws90ab0vajhm5r64gyyqqc1g6a2ay0a1vkp0ah1iw5jh11ik";
archPatchesRevision = "428981";
archPatchesHash = "1r58yjqdv3wgyhb391dblvij67girdwf4ggcw1lsq587sykx51yk";
};
in {
stable = mkTelegram stableVersion;