summary refs log tree commit diff
path: root/pkgs/development/libraries/openwsman
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-06-10 20:44:29 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-17 12:27:30 -0700
commitd8963f2a85091c5daab50c8b2328f95741e4b0c8 (patch)
tree17e4319265bb04b63cb7a61ae05cdceb473e54b8 /pkgs/development/libraries/openwsman
parent19a7c8f0bcd8ac591df13897b906e8abd8186821 (diff)
downloadnixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar.gz
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar.bz2
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar.lz
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar.xz
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.tar.zst
nixpkgs-d8963f2a85091c5daab50c8b2328f95741e4b0c8.zip
openwsman: 2.6.11 -> 2.7.0
Diffstat (limited to 'pkgs/development/libraries/openwsman')
-rw-r--r--pkgs/development/libraries/openwsman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/openwsman/default.nix b/pkgs/development/libraries/openwsman/default.nix
index 17df9eee84e..a16b8356e61 100644
--- a/pkgs/development/libraries/openwsman/default.nix
+++ b/pkgs/development/libraries/openwsman/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   pname = "openwsman";
-  version = "2.6.11";
+  version = "2.7.0";
 
   src = fetchFromGitHub {
     owner  = "Openwsman";
     repo   = "openwsman";
     rev    = "v${version}";
-    sha256 = "0s8xdxrxnh1l0v41n5cw89b89rrlqlxn1yj14sw224230y8m70ka";
+    sha256 = "19dj38jyzhhhvk863cikcwk5awzlq3337pxmsaqqm4wrcygrkfmx";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];