Nick Cao 2024-06-01 10:16:38 -04:00
parent 7d71b24bd4
commit 8576c5d1f8
No known key found for this signature in database

View File

@ -64,14 +64,14 @@ let
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
version = "5.0.6";
version = "5.1.0";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-n3WeyGQCw9fbA/1hZ85mqdm5xuBLjy9qHMcVRb4cmAg=";
hash = "sha256-3AUYaEVnVSHh4Z6eEQUDL+tAp9eaZgtJqSRzpYBWN2U=";
};
patches = [