Skip to content

Commit

Permalink
materialgram: 5.7.0.1 -> 5.9.0.1 (#367903)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 4, 2025
2 parents a9f0e00 + ab4d781 commit 8ac8ac6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21729,6 +21729,13 @@
githubId = 22163194;
name = "Stel Abrego";
};
stellessia = {
name = "Rachel Podya";
email = "[email protected]";
github = "stellessia";
githubId = 81514356;
keys = [ { fingerprint = "38E8 7F79 AE86 CA98 F8BC 45F8 1060 00A0 5E5B DB90"; } ];
};
stepbrobd = {
name = "Yifei Sun";
email = "[email protected]";
Expand Down
5 changes: 3 additions & 2 deletions pkgs/by-name/ma/materialgram/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "materialgram-unwrapped";
version = "5.7.0.1";
version = "5.9.0.1";

src = fetchFromGitHub {
owner = "kukuruzka165";
repo = "materialgram";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-YdLUwXMATla64KSYnXLXwLl0KktNoB/IuHIIY44R1VY=";
hash = "sha256-QmXwO8Dn+ATWGwN5smxOB2kxmJZETSMbqwFoR0t3luc=";
fetchSubmodules = true;
};

Expand All @@ -32,6 +32,7 @@ telegram-desktop.override {
maintainers = with lib.maintainers; [
oluceps
aleksana
stellessia
];
mainProgram = "materialgram";
};
Expand Down

0 comments on commit 8ac8ac6

Please sign in to comment.