libsForQt5.qcoro: 0.3.0 -> 0.4.0

* libsForQt5.qcoro: 0.3.0 -> 0.4.0 (#155990)

* libsForQt5.qcoro: don't build on aarch64

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-01-24 12:51:10 -08:00 committed by GitHub
parent 8477e53482
commit 5c09fe1887
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
mkDerivation rec {
pname = "qcoro";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "danvratil";
repo = "qcoro";
rev = "v${version}";
sha256 = "09543hpy590dndmlxmcm8c58m97blhaii4wbjr655qxdanhhxgzi";
sha256 = "sha256-RVpyL+BklX8Wyk9Xj9UyuvNK5Vev8ZsrOSMxX1HtcHU=";
};
outputs = [ "out" "dev" ];
@ -34,5 +34,6 @@ mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ smitop ];
platforms = platforms.linux;
badPlatforms = platforms.aarch64;
};
}