Skip to content

Commit

Permalink
tdesktop: 1.5.4 -> 1.5.8
Browse files Browse the repository at this point in the history
tdesktopPackages.preview: 1.5.7 -> 1.5.8
  • Loading branch information
primeos committed Jan 22, 2019
1 parent 69ed594 commit 4b6020f
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -4,8 +4,8 @@ let
mkTelegram = args: qt5.callPackage (import ./generic.nix args) { };
stableVersion = {
stable = true;
version = "1.5.4";
sha256Hash = "0a52m5qkvk01yl3za3k7pccjrqkr8gbxqnj5lnhh1im1pdxqwh4m";
version = "1.5.8";
sha256Hash = "0sl4p4a7fyh68g01rddiy719lyr321cjar78b3c732zxfj8lxvkb";
# svn log svn://svn.archlinux.org/community/telegram-desktop/trunk
archPatchesRevision = "415526";
archPatchesHash = "1lfzws90ab0vajhm5r64gyyqqc1g6a2ay0a1vkp0ah1iw5jh11ik";
Expand All @@ -14,7 +14,5 @@ in {
stable = mkTelegram stableVersion;
preview = mkTelegram (stableVersion // {
stable = false;
version = "1.5.7";
sha256Hash = "0mpnz287ahzrcr50ira6h6ry5jjhp5wqi660s3kncxpq1wllj0h6";
});
}

0 comments on commit 4b6020f

Please sign in to comment.