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

hwdata: 0.363 -> 0.364
This commit is contained in:
Mario Rodas 2022-11-29 20:07:49 -05:00 committed by GitHub
commit 4aaf0cc34a
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.363";
version = "0.364";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
sha256 = "sha256-A6GNrHc/t2SVyAyJWmzQTa+pD9wGESsz7DNruW2kH4s=";
sha256 = "sha256-9fGYoyj7vN3j72H+6jv/R0MaWPZ+4UNQhCSWnZRZZS4=";
};
postPatch = ''