Merge pull request #242963 from PedroHLC/hwdata-0.372

hwdata: 0.371 -> 0.372
This commit is contained in:
Sandro 2023-07-13 22:28:26 +02:00 committed by GitHub
commit 3020304ac5
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.371";
version = "0.372";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
sha256 = "sha256-bK61nvuzm8LTotVSBtGyBMELZPqoENkPM4NKtgEx9qw=";
hash = "sha256-XC0U5UsOjTveRj1b0e1TBlYv/tKebSOu/YEGt/rmAHw=";
};
postPatch = ''