hwdata: 0.387 -> 0.388 (#346348)

This commit is contained in:
Fabián Heredia Montiel 2024-10-10 10:21:43 -06:00 committed by GitHub
commit f0ec285054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.387";
version = "0.388";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-DaoghSLLH795YGFE31eTebPCnWBIQJI6yVI/khywEgc=";
hash = "sha256-MTXRvqhzNI4afOWLWY6bvv84Q/MXVTsn0w9awRIDAEU=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];