mtxclient: 0.6.1 -> 0.6.2

This commit is contained in:
Philipp 2022-02-22 18:42:35 +01:00
parent e82a7fd49c
commit 79dd82eadd
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.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
sha256 = "sha256-hTB0a5KXcQb0MCEX9YonDJOGlTmRkrOIP9UFlwuJc6g=";
sha256 = "sha256-TsGoSVewQJlr0zj8qYEd+UU8DlncZDCqfrqTv89LEYU=";
};
postPatch = ''