about summary refs log tree commit diff
path: root/pkgs/development/libraries/kdsoap
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 05:24:49 +0100
committerGitHub <noreply@github.com>2024-01-20 05:24:49 +0100
commit26bb8499a5e6966aa334187b5b2f049dc2c2088d (patch)
treecc40e36dc8fa54c1c1d4f893f9875d33f3d095f1 /pkgs/development/libraries/kdsoap
parentfa68d3a1b6726e4e91eb86458f3f2226ec2fc3de (diff)
parentb85fb278cd7bbfd23c4e44a6c5984237c09d906b (diff)
Merge pull request #280185 from r-ryantm/auto-update/libsForQt5.kdsoap
libsForQt5.kdsoap: 2.1.1 -> 2.2.0
Diffstat (limited to 'pkgs/development/libraries/kdsoap')
-rw-r--r--pkgs/development/libraries/kdsoap/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/kdsoap/default.nix b/pkgs/development/libraries/kdsoap/default.nix
index c2f94b8e69276..acb3318b9cdf9 100644
--- a/pkgs/development/libraries/kdsoap/default.nix
+++ b/pkgs/development/libraries/kdsoap/default.nix
@@ -11,11 +11,11 @@ let
   cmakeName = if isQt6 then "KDSoap-qt6" else "KDSoap";
 in stdenv.mkDerivation rec {
   pname = "kdsoap";
-  version = "2.1.1";
+  version = "2.2.0";
 
   src = fetchurl {
     url = "https://github.com/KDAB/KDSoap/releases/download/kdsoap-${version}/kdsoap-${version}.tar.gz";
-    sha256 = "sha256-rtV/ayAN33YvXSiY9+kijdBwCIHESRrv5ABvf6X1xic=";
+    sha256 = "sha256-2e8RlIRCGXyfpEvW+63IQrcoCmDfxAV3r2b97WN681Y=";
   };
 
   outputs = [ "out" "dev" ];