_64gram: 1.1.16 -> 1.1.17

This commit is contained in:
Aditya 2024-04-10 15:22:23 +05:30
parent b8b4eeb46b
commit 85aed69b47

View File

@ -6,7 +6,7 @@
telegram-desktop.overrideAttrs (old: rec { telegram-desktop.overrideAttrs (old: rec {
pname = "64gram"; pname = "64gram";
version = "1.1.16"; version = "1.1.17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TDesktop-x64"; owner = "TDesktop-x64";
@ -14,7 +14,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-2IuNJleHtlkELcTHDwRT4pcDcDXSqM5YlLPGYiGT2TE="; hash = "sha256-QWHC1NAAKpH9zU7cplCW2rNYckY87bpU7MEZ1ytSi58=";
}; };
meta = with lib; { meta = with lib; {