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: b90bc0b2e334
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39a9e2d65fad
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2018

  1. tdesktopPackages.preview: 1.4.4 -> 1.4.7

    TODO: We're still using the old API ID (like the Arch package) which
    should be used for testing only.
    I've tried to contact the Telegram team multiple times via different
    channels but didn't get a response so far. See [0],[1] for more details.
    
    [0]: telegramdesktop/tdesktop#4717
    [1]: telegramdesktop/tdesktop@65b2db2
    primeos committed Nov 10, 2018
    Copy the full SHA
    39a9e2d View commit details
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ let
in {
stable = mkTelegram stableVersion;
preview = mkTelegram (stableVersion // {
version = "1.4.4";
sha256Hash = "1m1j485r3vzpglzfn8l4cqskysvkx8l3pqaw3fgp66jfajbxynf0";
version = "1.4.7";
sha256Hash = "00kjirikywdbigm4zdnm50s3wxfn9bw1yx13xz4k4ppz6amq9nrp";
stable = false;
});
}
Original file line number Diff line number Diff line change
@@ -97,7 +97,9 @@ mkDerivation rec {
sed -i Telegram/ThirdParty/libtgvoip/libtgvoip.gyp \
-e "/-msse2/d"
gyp \
gyp ${lib.optionalString (!stable) ''
-Dapi_id=17349 \
-Dapi_hash=344583e45741c457fe1862106095a5eb ''}\
-Dbuild_defines=${GYP_DEFINES} \
-Gconfig=Release \
--depth=Telegram/gyp \