pkgs/tools/system/ipmitool: updated to version 1.8.11
svn path=/nixpkgs/trunk/; revision=19777
This commit is contained in:
parent
031f722394
commit
c261d7a847
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pkgname = "ipmitool";
|
pkgname = "ipmitool";
|
||||||
version = "1.8.9";
|
version = "1.8.11";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "${pkgname}-${version}";
|
name = "${pkgname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/${pkgname}/${pkgname}-${version}.tar.gz";
|
url = "mirror://sourceforge/${pkgname}/${pkgname}-${version}.tar.gz";
|
||||||
sha256 = "1d6bf2595d1fd0dbef206c300cc666d3d079548ba97f727077d61c4736a7e63a";
|
sha256 = "5612f4835d89a6f2cede588eef978a05d63435cf2646256300d9785d8020a13e";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user