hwdata: 0.398 -> 0.400

Changes: https://github.com/vcrhonek/hwdata/compare/v0.399...v0.400
This commit is contained in:
Sergei Trofimovich
2025-10-05 08:58:44 +05:30
committed by Masum Reza
parent e23d356469
commit d856e74723
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hwdata";
version = "0.399";
version = "0.400";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${finalAttrs.version}";
hash = "sha256-7IhOMl0o5dyevklvOSZrTbNMkMy/Sp/MtxaPdeqpHJg=";
hash = "sha256-X3LL3PZjEiGrkntegcSWNW2Wsx/IpdTowSVp/F4ov+E=";
};
doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus)