ipmitool: cleanup

This commit is contained in:
Sandro Jäckel 2021-07-29 14:42:11 +02:00
parent 7803a33a62
commit 0c175998c7
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -1,11 +1,8 @@
{ stdenv, lib, fetchurl, openssl, fetchpatch, static ? stdenv.hostPlatform.isStatic }:
let
stdenv.mkDerivation rec {
pname = "ipmitool";
version = "1.8.18";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";