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

hwdata: 0.373 -> 0.374
This commit is contained in:
Thiago Kenji Okada 2023-09-14 23:57:56 +00:00 committed by GitHub
commit 3abc44a430
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.373";
version = "0.374";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-KXZodSvY4Szt/gp0iRkx+ngziCaUYvkjnkvjwPj3OwI=";
hash = "sha256-RvjYd8iD6JkGhh6TDy/Qo+UzLxbhPvIJvhl/Rw14lbk=";
};
postPatch = ''