hwdata: 0.406 -> 0.407 (#516883)

This commit is contained in:
dotlambda 2026-06-01 05:07:41 +00:00 committed by GitHub
commit f008f109fc
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.406";
version = "0.407";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${finalAttrs.version}";
hash = "sha256-6GXXkDzunbtea+MmmWV2gpHgCgdGi75U+TV9H/6Emtk=";
hash = "sha256-JrEUmXH1/fua6EJjHHwny19QS0HvYGRPelKF0UroDhc=";
};
doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus)