3
0
Fork 0
forked from mirrors/nixpkgs

ipmiutil: 3.0.2 -> 3.0.5

This commit is contained in:
Franz Pletz 2017-08-01 08:31:16 +02:00
parent 6d9bdb55fc
commit 8e5515bdcb
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
baseName = "ipmiutil";
version = "3.0.2";
version = "3.0.5";
name = "${baseName}-${version}";
src = fetchurl {
url = "mirror://sourceforge/project/${baseName}/${name}.tar.gz";
sha256 = "0nw12v7w9gx2px3b081i5mm5gl4l9n3vxhhk5n18vj1bs2jsxf4d";
sha256 = "0ppfxh04c0aj9dxpkzj3xv1kylc17k1kvqabp8r7h70k6ljzgmxj";
};
buildInputs = [ openssl ];