Skip to content

Commit

Permalink
telegram-desktop: 5.9.0 -> 5.10.0 (NixOS#370884)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 5, 2025
2 parents 8b15600 + 2cb3622 commit 62d0fe0
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.9.0";
version = "5.10.0";

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

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

0 comments on commit 62d0fe0

Please sign in to comment.