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

Commits on Nov 2, 2020

  1. tdesktop: 2.4.5 -> 2.4.6

    primeos committed Nov 2, 2020
    Copy the full SHA
    844665b View commit details
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ let

in mkDerivation rec {
pname = "telegram-desktop";
version = "2.4.5";
version = "2.4.6";

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

postPatch = ''
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
}:

let
rev = "1d4f7d74ff1a627db6e45682efd0e3b85738e426";
sha256 = "1w03xmjn693ff489pg368jv21478vr4ldxyya4lsrx87fn88caj3";
rev = "e8fcae73947445db3d418fb7c20b964b59e14706";
sha256 = "0s2dd41r71aixhvympiqfks1liv7x78y60n0i87vmyxyfx449b5h";

in stdenv.mkDerivation {
pname = "tg_owt";