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

Commits on Jan 24, 2020

  1. tdesktop: 1.9.7 -> 1.9.8

    primeos committed Jan 24, 2020
    Copy the full SHA
    ae09f2a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ with lib;

mkDerivation rec {
pname = "telegram-desktop";
version = "1.9.7";
version = "1.9.8";
# Note: Due to our strong dependency on the Arch patches it's probably best
# to also wait for the Arch update (especially if the patches don't apply).

# Telegram-Desktop with submodules
src = fetchurl {
url = "https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tdesktop-${version}-full.tar.gz";
sha256 = "1hj7bv11alc8cfffy0k3za4missdr44cdmia93xn77w012qjn8a4";
sha256 = "1rq3180l4ly0n0jj08cxy9l2d07scwp9hasmliva2xspyv7i9ksd";
};

# Arch patches (svn export telegram-desktop/trunk)