Merge pull request #161403 from pstn/mtxclient

mtxclient: 0.6.1 -> 0.6.2
This commit is contained in:
Guillaume Girol 2022-02-22 18:10:38 +00:00 committed by GitHub
commit 9463799f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mtxclient";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
sha256 = "sha256-hTB0a5KXcQb0MCEX9YonDJOGlTmRkrOIP9UFlwuJc6g=";
sha256 = "sha256-TsGoSVewQJlr0zj8qYEd+UU8DlncZDCqfrqTv89LEYU=";
};
postPatch = ''