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

_64gram: 1.1.22 -> 1.1.23
This commit is contained in:
Nick Cao
2024-05-27 10:48:53 -04:00
committed by GitHub
+2 -2
View File
@@ -7,7 +7,7 @@
telegram-desktop.overrideAttrs (old: rec {
pname = "64gram";
version = "1.1.22";
version = "1.1.23";
src = fetchFromGitHub {
owner = "TDesktop-x64";
@@ -15,7 +15,7 @@ telegram-desktop.overrideAttrs (old: rec {
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-Fhix+kCqUTr9qGMzDc2undxmhjmM6fPorZebeqXNHHE=";
hash = "sha256-0/1qxz8MCDve8eazb9WT8t/UqWs/I1Mo9orhVXkxmqc=";
};
passthru.updateScript = nix-update-script {};