hwdata: 0.407 -> 0.408

Changes: https://github.com/vcrhonek/hwdata/compare/v0.407...v0.408
This commit is contained in:
Sergei Trofimovich 2026-06-03 21:26:39 +01:00
commit 3cea6f05bd

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)