Merge pull request #328071 from r-ryantm/auto-update/_64gram

_64gram: 1.1.30 -> 1.1.31
This commit is contained in:
Nick Cao
2024-07-18 19:03:35 -04:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.30";
version = "1.1.31";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-TcgQcIv88oBViTyk47r9jstNTYWnql+oXHfZePKgMHU=";
hash = "sha256-xYCousLXV9TeQjDNiXkEMbTiiuusLc7Ib2xHkMYBD1M=";
};
passthru.updateScript = nix-update-script {};