mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
lshw: update to 2.17b
This commit is contained in:
parent
1c3da8882d
commit
f25d2c2fd4
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "lshw-${version}";
|
||||
version = "02.15b";
|
||||
version = "02.17b";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ezix.org/software/files/lshw-B.02.15.tar.gz;
|
||||
sha256 = "19im6yj1pmsbrwkvdmgshllhiw7jh6nzhr6dc777q1n99g3cw0gv";
|
||||
url = http://ezix.org/software/files/lshw-B.02.17.tar.gz;
|
||||
sha256 = "1728b96gyjmrp31knzips9azn6wkfdp5k5dnbil7h7hgz99w177b";
|
||||
};
|
||||
|
||||
buildInputs = [] ++ stdenv.lib.optional withGUI [ gtk pkgconfig sqlite ];
|
||||
|
|
Loading…
Reference in a new issue