about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 04:08:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 04:08:04 +0000
commit22dcba5bdf8b0d9f8ce786288a89b6088f2be9f6 (patch)
treec00d7ad1655be14739063fdda9b62395ed9d8ad6
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
openwsman: 2.7.0 -> 2.7.1
-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 9276ccac6fd26..446952b30051b 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.7.0";
+  version = "2.7.1";
 
   src = fetchFromGitHub {
     owner  = "Openwsman";
     repo   = "openwsman";
     rev    = "v${version}";
-    sha256 = "19dj38jyzhhhvk863cikcwk5awzlq3337pxmsaqqm4wrcygrkfmx";
+    sha256 = "sha256-/fSVzpGPObMkJIu7j6eR6A7Gtf2jttoPhcSayBvn3IU=";
   };
 
   nativeBuildInputs = [ cmake pkg-config ];