Commit fbe97da9 authored by Aditya's avatar Aditya
Browse files

_64gram: 1.1.15 -> 1.1.16

parent bd22babc
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; {