Merge pull request #109980 from r-ryantm/auto-update/kdsoap

libsForQt5.kdsoap: 1.9.1 -> 1.10.0
This commit is contained in:
Thomas Tuegel 2021-03-24 17:29:04 -05:00 committed by GitHub
commit 185e54dd4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
}:
let
version = "1.9.1";
version = "1.10.0";
in
mkDerivation {
@ -24,7 +24,7 @@ mkDerivation {
};
src = fetchurl {
url = "https://github.com/KDAB/KDSoap/releases/download/kdsoap-${version}/kdsoap-${version}.tar.gz";
sha256 = "09rxx7h98niawz7i94g279c2rgh7xmq1hqxwlyzwsaqsx4kfl850";
sha256 = "sha256-DGBuzENEZtutsoKYIMoWOvYMx8oib1U7XUAyGWc3M48=";
};
outputs = [ "out" "dev" ];
nativeBuildInputs = [ cmake ];