telegram-desktop: 4.11.6 -> 4.11.8

This commit is contained in:
R. Ryantm 2023-11-16 01:45:13 +00:00
parent 2387a37fa0
commit 6dfe241258

View File

@ -103,14 +103,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "4.11.6";
version = "4.11.8";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-GV5jaC1chm4cq097/aP18Z4QemTO4tt8SBrdxCQYaS8=";
hash = "sha256-VuMcqbGo1t1J7I8kXdqsw/01Mth9YKEbiy8aNtM3azw=";
};
patches = [