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

Merge pull request #228559 from gp2112/pkgs/mtprotoproxy

mtprotoproxy: 1.1.0 -> 1.1.1
parents 99ff3a51 a2c59c2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "mtprotoproxy";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "alexbers";
    repo = "mtprotoproxy";
    rev = "v${version}";
    sha256 = "15svvramxzl8q8xzs8g62gg8czdn46fjy6jhs5hqf5p83ycxsygz";
    sha256 = "sha256-tQ6e1Y25V4qAqBvhhKdirSCYzeALfH+PhNtcHTuBurs=";
  };

  nativeBuildInputs = [ wrapPython ];