hwdata: 0.366 -> 0.367
This commit is contained in:
parent
555c21b15d
commit
d5f88d5d1c
1 changed files with 3 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hwdata";
|
pname = "hwdata";
|
||||||
version = "0.366";
|
version = "0.367";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vcrhonek";
|
owner = "vcrhonek";
|
||||||
repo = "hwdata";
|
repo = "hwdata";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Qn5fx4EiE4bGmPaMcB3ne0wS5ZRRgZC+cYEH5HCRQ7g=";
|
sha256 = "sha256-cFusLjRH7E3TCEREQH4Y9fZLjB6b5IJV/NThdS7c19A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/vcrhonek/hwdata";
|
homepage = "https://github.com/vcrhonek/hwdata";
|
||||||
description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards";
|
description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards";
|
||||||
license = lib.licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
|
maintainers = with lib.maintainers; [ pedrohlc ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue