We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a02ebe1 + af6c951 commit c706b47Copy full SHA for c706b47
pkgs/by-name/ay/ayugram-desktop/package.nix
@@ -13,13 +13,13 @@ telegram-desktop.override {
13
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
14
finalAttrs: previousAttrs: {
15
pname = "ayugram-desktop-unwrapped";
16
- version = "5.11.1";
+ version = "5.12.3";
17
18
src = fetchFromGitHub {
19
owner = "AyuGram";
20
repo = "AyuGramDesktop";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-AiMPbcEvbyhGd1V9mg95Q+mLrBH0DqTEFpC3D9ziCy8=";
+ hash = "sha256-Zjik+9J0YtabVW1VEkJr/Bl3SIakVQ8EiTLYm28rEIk=";
23
fetchSubmodules = true;
24
};
25
0 commit comments