GNU FreeIPMI 1.1.1.

svn path=/nixpkgs/trunk/; revision=31668
This commit is contained in:
Ludovic Courtès 2012-01-18 20:52:17 +00:00
parent 300372af20
commit 649168b846

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, libgcrypt, readline }:
stdenv.mkDerivation rec {
name = "freeipmi-1.0.9";
name = "freeipmi-1.1.1";
src = fetchurl {
url = "mirror://gnu/freeipmi/${name}.tar.gz";
sha256 = "00ix8cigf6nl5kg95hla43kf27jkb3lljhcihbfriwq0wrghcfx4";
sha256 = "03q6wg1wdmr94dxh81lxllb53nmab0d637wgh2s1xn6rfmxf7ypf";
};
buildInputs = [ libgcrypt readline ];