telegram-desktop: 5.16.4 -> 6.0.2, update forks (#428474)

authored by Nick Cao and committed by GitHub 15375947 6cb2a5f3

+6 -17
+2 -2
pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix
··· 42 42 43 43 stdenv.mkDerivation (finalAttrs: { 44 44 pname = "telegram-desktop-unwrapped"; 45 - version = "5.16.4"; 45 + version = "6.0.2"; 46 46 47 47 src = fetchFromGitHub { 48 48 owner = "telegramdesktop"; 49 49 repo = "tdesktop"; 50 50 rev = "v${finalAttrs.version}"; 51 51 fetchSubmodules = true; 52 - hash = "sha256-yU2Ai2JgxDlaTK5GsL+yWkwtFbk14tPRAj1Rdt+gmmQ="; 52 + hash = "sha256-l6i5ml4dCvJ5QJShK9jacJZlEujm1ObCFGa9VJ1y2zE="; 53 53 }; 54 54 55 55 nativeBuildInputs = [
+2 -13
pkgs/by-name/_6/_64gram/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - fetchpatch, 6 5 telegram-desktop, 7 6 alsa-lib, 8 7 jemalloc, ··· 16 15 inherit withWebkit; 17 16 unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec { 18 17 pname = "64gram-unwrapped"; 19 - version = "1.1.58"; 18 + version = "1.1.77"; 20 19 21 20 src = fetchFromGitHub { 22 21 owner = "TDesktop-x64"; 23 22 repo = "tdesktop"; 24 23 tag = "v${version}"; 25 - hash = "sha256-RHybrvm5p8BUt5StT/NuR76f2y1CCICirTMjdeRLtkY="; 24 + hash = "sha256-qpL/OCcFi9WRfFhfDLbaHzybTBG5WmcV1I+jsFJISYM="; 26 25 fetchSubmodules = true; 27 26 }; 28 - 29 - patches = [ 30 - (fetchpatch { 31 - # https://github.com/desktop-app/lib_base/pull/268 32 - url = "https://github.com/desktop-app/lib_base/commit/c952da37294b958e896b27528e7834f0892faa0a.patch"; 33 - extraPrefix = "Telegram/lib_base/"; 34 - stripLen = 1; 35 - hash = "sha256-xiq8WLAiSZwpvdyK5JbRAdQ9us93+9oMmeMBqVb1TbI="; 36 - }) 37 - ]; 38 27 39 28 buildInputs = (old.buildInputs or [ ]) ++ [ 40 29 alsa-lib
+2 -2
pkgs/by-name/ma/materialgram/package.nix
··· 11 11 unwrapped = telegram-desktop.unwrapped.overrideAttrs ( 12 12 finalAttrs: previousAttrs: { 13 13 pname = "materialgram-unwrapped"; 14 - version = "5.16.4.1"; 14 + version = "6.0.0.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "kukuruzka165"; 18 18 repo = "materialgram"; 19 19 rev = "refs/tags/v${finalAttrs.version}"; 20 - hash = "sha256-sN+Asoy9oZ08wZv9y454HqBxkEK7Zt0ynmfyuzk/SBc="; 20 + hash = "sha256-MXIXYwYuILm/bAShH9tZWOndDFOsp9oVYonX+BPPK4M="; 21 21 fetchSubmodules = true; 22 22 }; 23 23