Merge pull request #301540 from r-ryantm/auto-update/hwdata

hwdata: 0.380 -> 0.381
This commit is contained in:
Nick Cao 2024-04-04 22:07:50 -04:00 committed by GitHub
commit 97d68098f9
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.380";
version = "0.381";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-Ioa0tUiwgOZO3qrtwAr9A/yGfYTBk83OON8Sr47J9Mg=";
hash = "sha256-FD1p4qyO+ZsBdMXRa9u6CpO07RewWH8OxULLxcYAsyk=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];