ipmitool: update from 1.8.11 to 1.8.13

This commit is contained in:
Nixpkgs Monitor 2014-01-13 17:32:05 +01:00 committed by Rob Vermaas
parent bfb16b5296
commit 25d54577b1

View File

@ -2,14 +2,14 @@
let let
pkgname = "ipmitool"; pkgname = "ipmitool";
version = "1.8.11"; version = "1.8.13";
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 = "5612f4835d89a6f2cede588eef978a05d63435cf2646256300d9785d8020a13e"; sha256 = "0drkfa1spqh1vlzrx7jwm3cw1qar46a9xvqsgycn92ylgsr395n1";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];