Commit 7e2fbbfb authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

mtxclient: 0.6.2 -> 0.7.0

parent 2db369d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "mtxclient";
  version = "0.6.2";
  version = "0.7.0";

  src = fetchFromGitHub {
    owner = "Nheko-Reborn";
    repo = "mtxclient";
    rev = "v${version}";
    sha256 = "sha256-TsGoSVewQJlr0zj8qYEd+UU8DlncZDCqfrqTv89LEYU=";
    sha256 = "sha256-iGw+qdw7heL5q7G0dwtl4PX2UA0Kka0FUmH610dM/00=";
  };

  postPatch = ''