freeipmi: 1.6.4 -> 1.6.5

This commit is contained in:
Lancelot SIX 2020-05-22 08:23:38 +01:00
parent 571212eb83
commit 8b6e001392
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -1,12 +1,12 @@
{ fetchurl, stdenv, libgcrypt, readline, libgpgerror }:
stdenv.mkDerivation rec {
version = "1.6.4";
version = "1.6.5";
pname = "freeipmi";
src = fetchurl {
url = "mirror://gnu/freeipmi/${pname}-${version}.tar.gz";
sha256 = "0g0s4iwx0ng4rv7hp5cc3kkx4drahsc89981gwjblf04lfavppv5";
sha256 = "1ncf1s84752xaq07h36wrxa5ww1167s2bizkww0igxv8djyddwk1";
};
buildInputs = [ libgcrypt readline libgpgerror ];