hwdata: 0.366 -> 0.367

This commit is contained in:
PedroHLC ☭ 2023-02-08 12:42:40 -03:00
parent 555c21b15d
commit d5f88d5d1c
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.366";
version = "0.367";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
sha256 = "sha256-Qn5fx4EiE4bGmPaMcB3ne0wS5ZRRgZC+cYEH5HCRQ7g=";
sha256 = "sha256-cFusLjRH7E3TCEREQH4Y9fZLjB6b5IJV/NThdS7c19A=";
};
postPatch = ''
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/vcrhonek/hwdata";
description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ pedrohlc ];
platforms = lib.platforms.all;
};
}