openwsman: 2.6.9 -> 2.6.11
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/openwsman/versions
This commit is contained in:
parent
6721ac7d9d
commit
2275f1770b
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openwsman";
|
pname = "openwsman";
|
||||||
version = "2.6.9";
|
version = "2.6.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Openwsman";
|
owner = "Openwsman";
|
||||||
repo = "openwsman";
|
repo = "openwsman";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19s5h551ppxmi2kljf8z58jjc6yrpczbxdrl4hh2l4jxv7iphk5i";
|
sha256 = "0s8xdxrxnh1l0v41n5cw89b89rrlqlxn1yj14sw224230y8m70ka";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user