openwsman: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2021-12-09 04:08:04 +00:00
parent 9f329731b5
commit 22dcba5bdf

View file

@ -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 ];