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

Merge pull request #211684 from r-ryantm/auto-update/mtxclient

mtxclient: 0.9.0 -> 0.9.1
parents 5c86c5ed 46250442
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "mtxclient";
  version = "0.9.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "Nheko-Reborn";
    repo = "mtxclient";
    rev = "v${version}";
    hash = "sha256-39tdTY2emN3/FxZxwl6dcQn1bOgybws166wqFPJl68M=";
    hash = "sha256-34iwYn9EOAl2c9UWERyzgwlZ+539jW9FygNYwgZ7ClU=";
  };

  postPatch = ''