about summary refs log tree commit diff
path: root/pkgs/development/libraries/qca-qt5
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-04-10 18:48:43 +0100
committerajs124 <git@ajs124.de>2022-04-10 18:48:43 +0100
commit12f66be9deb220ea6439aa41605ddfee91a0e4dc (patch)
tree30f5220b25486dec4ea41bcb17a3d51e6147163f /pkgs/development/libraries/qca-qt5
parenta47e82e7856bbe1d43991927b5f019d8cde6d200 (diff)
libsForQt5.qca-qt5: 2.3.1 -> 2.3.4
Diffstat (limited to 'pkgs/development/libraries/qca-qt5')
-rw-r--r--pkgs/development/libraries/qca-qt5/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/development/libraries/qca-qt5/default.nix b/pkgs/development/libraries/qca-qt5/default.nix
index 9bd57e7ae97ba..d10ebbdd4b772 100644
--- a/pkgs/development/libraries/qca-qt5/default.nix
+++ b/pkgs/development/libraries/qca-qt5/default.nix
@@ -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 ];