mtxclient: 0.4.1 -> 0.5.1

This commit is contained in:
Philipp 2021-04-20 18:20:48 +02:00
parent fecbe34a00
commit 5c4b9be2e1
No known key found for this signature in database
GPG key ID: 2258EE3B85DE1748

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mtxclient"; pname = "mtxclient";
version = "0.4.1"; version = "0.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Nheko-Reborn"; owner = "Nheko-Reborn";
repo = "mtxclient"; repo = "mtxclient";
rev = "v${version}"; rev = "v${version}";
sha256 = "1044zil3izhb3whhfjah7w0kg5mr3hys32cjffky681d3mb3wi5n"; sha256 = "sha256-UKroV1p7jYuNzCAFMsuUsYC/C9AZ1D4rhwpwuER39vc=";
}; };
cmakeFlags = [ cmakeFlags = [