hwdata: 0.396 -> 0.397

This commit is contained in:
R. Ryantm
2025-07-02 13:15:19 +05:30
committed by Masum Reza
parent 9c22038d81
commit 65c9b283f3
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hwdata";
version = "0.396";
version = "0.397";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${finalAttrs.version}";
hash = "sha256-fn+Dcl7R3PADoTuilSQrXFBnXQM1c66jliTc0G89RIQ=";
hash = "sha256-+sspONNszkXVl357Gs40AYvppIYFvlaeVMuei9gpLLU=";
};
doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus)