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

hwdata: 0.370 -> 0.371
This commit is contained in:
Nick Cao 2023-06-15 01:41:22 -06:00 committed by GitHub
commit e6ca034dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.370";
version = "0.371";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
sha256 = "sha256-fqhYPKqtuI+7h/SgdWI4i7jBTgluy/hI8Q6pq4LKtY4=";
sha256 = "sha256-bK61nvuzm8LTotVSBtGyBMELZPqoENkPM4NKtgEx9qw=";
};
postPatch = ''