telegram-desktop: 4.11.8 -> 4.12.2
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.11.8...v4.12.2 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.12.2
This commit is contained in:
parent
a9b2070339
commit
2ebe0d33fe
@ -80,14 +80,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telegram-desktop";
|
||||
version = "4.11.8";
|
||||
version = "4.12.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-VuMcqbGo1t1J7I8kXdqsw/01Mth9YKEbiy8aNtM3azw=";
|
||||
hash = "sha256-jIOJ7iFF2SMZOBTVzc0ECEZrkXPY060jk3fxt7kIWSg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user