mtxclient: 0.6.0 -> 0.6.1

This commit is contained in:
Philipp 2021-12-21 11:38:27 +01:00
parent ecded07b30
commit 9e623420e7
No known key found for this signature in database
GPG Key ID: 2258EE3B85DE1748

View File

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