openwsman: 2.6.11 -> 2.7.0
This commit is contained in:
parent
19a7c8f0bc
commit
d8963f2a85
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openwsman";
|
pname = "openwsman";
|
||||||
version = "2.6.11";
|
version = "2.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Openwsman";
|
owner = "Openwsman";
|
||||||
repo = "openwsman";
|
repo = "openwsman";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0s8xdxrxnh1l0v41n5cw89b89rrlqlxn1yj14sw224230y8m70ka";
|
sha256 = "19dj38jyzhhhvk863cikcwk5awzlq3337pxmsaqqm4wrcygrkfmx";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue