Merge pull request #168159 from helsinki-systems/upd/qca-qt5

libsForQt5.qca-qt5: 2.3.1 -> 2.3.4
This commit is contained in:
Thomas Tuegel 2022-04-12 16:18:16 -05:00 committed by GitHub
commit 4ab80e4046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,21 +2,13 @@
stdenv.mkDerivation rec {
pname = "qca-qt5";
version = "2.3.1";
version = "2.3.4";
src = fetchurl {
url = "http://download.kde.org/stable/qca/${version}/qca-${version}.tar.xz";
sha256 = "sha256-wThREJq+/EYjNwmJ+uOnRb9rGss8KhOolYU5gj6XTks=";
sha256 = "sha256-a2lYgafj/ZX3Oq7m6uq5b2rRflFenCs9SzJy14Yv9cQ=";
};
patches = [
# Pull upstream fix for gcc-11
(fetchurl {
url = "https://github.com/KDE/qca/commit/32275f1a74c161d2fed8c056b2dd9555687a22f2.patch";
sha256 = "sha256-SUH2eyzP2vH/ZjYcX8ybwiqhoTm/QjuEpTKjb2iH1No=";
})
];
buildInputs = [ openssl qtbase ];
nativeBuildInputs = [ cmake pkg-config ];