mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:59:03 +00:00
telegram-desktop: 4.14.3 -> 4.14.4
Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.14.3...v4.14.4 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.14.4
This commit is contained in:
parent
2ffff3083e
commit
94e7fbc6d3
@ -64,14 +64,14 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "telegram-desktop";
|
||||
version = "4.14.3";
|
||||
version = "4.14.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "telegramdesktop";
|
||||
repo = "tdesktop";
|
||||
rev = "v${version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-xFbS8nhtWzIu+b/Hlnvtp925cf8UuBDywNnq5spMQ5Q=";
|
||||
hash = "sha256-kApiPJN9hdOv9WLRiqIO94Pd3Stuv+wrV4RM6x8Ak9M=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user