forked from mirrors/nixpkgs
lshw: update to 2.17b
This commit is contained in:
parent
1c3da8882d
commit
f25d2c2fd4
|
@ -4,11 +4,11 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "lshw-${version}";
|
name = "lshw-${version}";
|
||||||
version = "02.15b";
|
version = "02.17b";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ezix.org/software/files/lshw-B.02.15.tar.gz;
|
url = http://ezix.org/software/files/lshw-B.02.17.tar.gz;
|
||||||
sha256 = "19im6yj1pmsbrwkvdmgshllhiw7jh6nzhr6dc777q1n99g3cw0gv";
|
sha256 = "1728b96gyjmrp31knzips9azn6wkfdp5k5dnbil7h7hgz99w177b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [] ++ stdenv.lib.optional withGUI [ gtk pkgconfig sqlite ];
|
buildInputs = [] ++ stdenv.lib.optional withGUI [ gtk pkgconfig sqlite ];
|
||||||
|
|
Loading…
Reference in a new issue