Skip to content

Commit

Permalink
materialgram: 5.6.1.1 -> 5.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 3, 2024
1 parent 9ee8d70 commit ac94fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/materialgram/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
telegram-desktop.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "materialgram";
version = "5.6.1.1";
version = "5.7.0.1";

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

meta = previousAttrs.meta // {
Expand Down

0 comments on commit ac94fa1

Please sign in to comment.