telegram-desktop: 6.7.6 -> 6.7.7, materialgram: 6.4.0.1 -> 6.7.7.1 (#512931)

This commit is contained in:
Nick Cao
2026-05-07 20:48:45 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -45,14 +45,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "telegram-desktop-unwrapped";
version = "6.7.6";
version = "6.7.8";
src = fetchFromGitHub {
owner = "telegramdesktop";
repo = "tdesktop";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-TGI1SLtzjjDaodQc+JIVRRiwCy9PCO3MuPfv2DpDFxo=";
hash = "sha256-lcIkkr9i/zVRNNQ3qi6O6xIgtpQgkVWOGIttHqmAQv8=";
};
nativeBuildInputs = [
+2 -2
View File
@@ -11,12 +11,12 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "materialgram-unwrapped";
version = "6.4.0.1";
version = "6.7.7.1";
src = fetchFromGitHub {
owner = "kukuruzka165";
repo = "materialgram";
hash = "sha256-aNgvuuowyhEYUm5ie2vxCsdpaDuuZ/3xZJqWA0bN5Lc=";
hash = "sha256-Cy0ooQZOhfE+QBaRDblKXhmqYsKJ0TfeHsfJaVLVn8o=";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
};