telegram-desktop: 4.16.4 -> 4.16.6
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.16.4...v4.16.6 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.16.6
This commit is contained in:
parent
2244f37479
commit
8bf291abf0
1 changed files with 2 additions and 2 deletions
|
@ -63,14 +63,14 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telegram-desktop";
|
||||
version = "4.16.4";
|
||||
version = "4.16.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-WBLDsUUEbyn6/NqdbfaUKhoH0T/c9k6lKCy23WPRuqk=";
|
||||
hash = "sha256-1NRA8guTbDEraW1uXSo7q54d1e8/QnXwxkfb6k3e6b0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue