_64gram: 1.1.30 -> 1.1.31

This commit is contained in:
R. Ryantm 2024-07-18 02:04:57 +00:00
parent 1438803fb5
commit efbc08184c

View File

@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec { telegram-desktop.overrideAttrs (old: rec {
pname = "64gram"; pname = "64gram";
version = "1.1.30"; version = "1.1.31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "TDesktop-x64"; owner = "TDesktop-x64";
@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-TcgQcIv88oBViTyk47r9jstNTYWnql+oXHfZePKgMHU="; hash = "sha256-xYCousLXV9TeQjDNiXkEMbTiiuusLc7Ib2xHkMYBD1M=";
}; };
passthru.updateScript = nix-update-script {}; passthru.updateScript = nix-update-script {};