mtxclient: 0.3.1 -> 0.4.0

This commit is contained in:
Malte Brandy 2021-01-21 16:58:38 +01:00
parent c4ba6fc358
commit 53465a02c0
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "mtxclient";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "Nheko-Reborn";
repo = "mtxclient";
rev = "v${version}";
sha256 = "1dg4dq20g0ah62j5s3gpsxqq4ny7lxkxdxa9q6g54hdwkrb9ms7x";
sha256 = "1x820rcfz5r203dc8a0rzavcjjx10fsv1dicqg65m6kxx1w95j5r";
};
cmakeFlags = [