materialgram: 6.1.0.1 -> 6.2.3.1

This commit is contained in:
Tom van Dijk
2025-10-11 17:10:41 +02:00
parent e39ec05309
commit ea9da87b97

View File

@@ -11,13 +11,13 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "materialgram-unwrapped";
version = "6.1.0.1";
version = "6.2.3.1";
src = fetchFromGitHub {
owner = "kukuruzka165";
repo = "materialgram";
hash = "sha256-wWg45n6Da/f2j3rT8PNNEN5uuX8rMzZNbHAA2wL8NLA=";
tag = "v${finalAttrs.version}";
hash = "sha256-LUmO2KONOhfi0i1ABu3nB2RSgybF/cBWw8Pk6ULGza4=";
fetchSubmodules = true;
};