Skip to content

Commit

Permalink
telegram-desktop: 5.10.0 -> 5.10.2 (NixOS#372217)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents 0be92ea + f0095db commit 8575092
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "5.10.0";
version = "5.10.2";

src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-gkwu28VWelUhjkvcosBnGuT1J0MLykOufcsn9jl7vqU=";
hash = "sha256-uVXBQPUz1eSJkHk5q7MK2JOT4R7sbtJjTxXBt9WsUzI=";
};

postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''
Expand Down

0 comments on commit 8575092

Please sign in to comment.