mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Update ipmiutil
This commit is contained in:
parent
d68f3e9c0f
commit
86772c4e79
@ -2,12 +2,12 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
baseName = "ipmiutil";
|
||||
version = "2.7.3";
|
||||
version = "2.9.4";
|
||||
name = "${baseName}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/project/${baseName}/${name}.tar.gz";
|
||||
sha256 = "0z6ykz5db4ws7hpi25waf9vznwsh0vp819h5s7s8r054vxslrfpq";
|
||||
sha256 = "1pmpmpc0wymnw8i2rxnyq3v2y7p8930b2rb8nw5w60x2vf15wlaa";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
@ -1,4 +1,4 @@
|
||||
url http://sourceforge.net/projects/ipmiutil/files/ipmiutil/
|
||||
url http://sourceforge.net/projects/ipmiutil/files/
|
||||
SF_version_tarball
|
||||
SF_redirect
|
||||
minimize_overwrite
|
||||
|
Loading…
Reference in New Issue
Block a user