hwdata: 0.373 -> 0.374

This commit is contained in:
R. Ryantm 2023-09-08 05:02:56 +00:00
parent e6aa338820
commit b998eaa96e

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 = ''