Unverified Commit 06c84fe1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #301507 from clot27/bump-64gram

_64gram: 1.1.15 -> 1.1.16
parents 8bd499b3 fbe97da9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

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

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

    fetchSubmodules = true;
    hash = "sha256-3HLRv8RTyyfnjMF7w+euSOj6SbxlxOuczap5Nlizsvg=";
    hash = "sha256-2IuNJleHtlkELcTHDwRT4pcDcDXSqM5YlLPGYiGT2TE=";
  };

  meta = with lib; {