ayugram-desktop: 5.11.1 -> 5.12.3

This commit is contained in:
s0me1newithhand7s 2025-03-17 23:38:38 +03:00
parent 1547499357
commit af6c951987

View file

@ -13,13 +13,13 @@ telegram-desktop.override {
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "ayugram-desktop-unwrapped";
version = "5.11.1";
version = "5.12.3";
src = fetchFromGitHub {
owner = "AyuGram";
repo = "AyuGramDesktop";
tag = "v${finalAttrs.version}";
hash = "sha256-AiMPbcEvbyhGd1V9mg95Q+mLrBH0DqTEFpC3D9ziCy8=";
hash = "sha256-Zjik+9J0YtabVW1VEkJr/Bl3SIakVQ8EiTLYm28rEIk=";
fetchSubmodules = true;
};