hwdata: 0.407 -> 0.408 (#527720)

This commit is contained in:
Masum Reza 2026-06-04 03:16:15 +00:00 committed by GitHub
commit 42997b6004
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hwdata";
version = "0.407";
version = "0.408";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${finalAttrs.version}";
hash = "sha256-JrEUmXH1/fua6EJjHHwny19QS0HvYGRPelKF0UroDhc=";
hash = "sha256-fgKOvVGAdB3uBFuKfGPFfF9wQEdLtnlMdQrLNIr3teo=";
};
doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus)