lol

telegram-desktop: 5.11.1 -> 5.12.3 (#388050)

authored by

Nick Cao and committed by
GitHub
c300b0e7 573c650e

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix
··· 46 46 47 47 stdenv.mkDerivation (finalAttrs: { 48 48 pname = "telegram-desktop-unwrapped"; 49 - version = "5.11.1"; 49 + version = "5.12.3"; 50 50 51 51 src = fetchFromGitHub { 52 52 owner = "telegramdesktop"; 53 53 repo = "tdesktop"; 54 54 rev = "v${finalAttrs.version}"; 55 55 fetchSubmodules = true; 56 - hash = "sha256-lhZ/RSHRr+yaOAec5GOM2mrU0dNQbUxd4g7w+oAF+ZY="; 56 + hash = "sha256-foXIxFAE2a9AsHbqJKnqswW5EYSYu54DATKp//ixcVU="; 57 57 }; 58 58 59 59 postPatch = lib.optionalString stdenv.hostPlatform.isLinux ''