Skip to content

Commit

Permalink
freeipmi: 1.6.5 -> 1.6.6
Browse files Browse the repository at this point in the history
(cherry picked from commit f5c2f51)
  • Loading branch information
r-ryantm authored and lsix committed Sep 25, 2020
1 parent 38e59a3 commit b0a587f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/freeipmi/default.nix
@@ -1,12 +1,12 @@
{ fetchurl, stdenv, libgcrypt, readline, libgpgerror }:

stdenv.mkDerivation rec {
version = "1.6.5";
version = "1.6.6";
pname = "freeipmi";

src = fetchurl {
url = "mirror://gnu/freeipmi/${pname}-${version}.tar.gz";
sha256 = "1ncf1s84752xaq07h36wrxa5ww1167s2bizkww0igxv8djyddwk1";
sha256 = "1ava5s0babfwx6dqi87phzyzjjgyah7avhljrxrjwn2cniwh38yg";
};

buildInputs = [ libgcrypt readline libgpgerror ];
Expand Down

0 comments on commit b0a587f

Please sign in to comment.