Unverified Commit 92f63acd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

_64gram: 1.1.39 -> 1.1.43 (#352085)

parents 7b7747b0 bc7b1d2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

telegram-desktop.overrideAttrs (old: rec {
  pname = "64gram";
  version = "1.1.39";
  version = "1.1.43";

  src = fetchFromGitHub {
    owner = "TDesktop-x64";
@@ -16,7 +16,7 @@ telegram-desktop.overrideAttrs (old: rec {
    rev = "v${version}";

    fetchSubmodules = true;
    hash = "sha256-+slLW177PhNvMb4ARY3X95eKVZiZTxJIPuSurTiGTls=";
    hash = "sha256-vRiAIGY3CU5+hsdn8xiNbgvSM3eGRVwnvsSmSoaDN/k=";
  };

  patches = (old.patches or []) ++ [