_64gram: 1.1.19 -> 1.1.22

This commit is contained in:
R. Ryantm 2024-05-08 11:11:22 +00:00
parent 3645b258dd
commit 9c8328d342

View File

@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec { telegram-desktop.overrideAttrs (old: rec {
pname = "64gram"; pname = "64gram";
version = "1.1.19"; version = "1.1.22";
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-9QCh7/eNPWqsOF+cjO61EnqqhAdy6+4UxZhWjfJc5gQ="; hash = "sha256-Fhix+kCqUTr9qGMzDc2undxmhjmM6fPorZebeqXNHHE=";
}; };
passthru.updateScript = nix-update-script {}; passthru.updateScript = nix-update-script {};