_64gram: 1.1.27 -> 1.1.29

This commit is contained in:
R. Ryantm
2024-06-16 18:13:28 +00:00
parent bd8d034e65
commit 16619820ba
+2 -2
View File
@@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.27";
version = "1.1.29";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-5Q2VxjiT1IpqCC9oXgHbKxcEfV/gPah0ovOpQ9TZJZs=";
hash = "sha256-OJiVmmDIsijK/IHGEdsCoAwvc9JlSth+76r9O1aJbd0=";
};
passthru.updateScript = nix-update-script {};