hwdata: 0.371 -> 0.372

This commit is contained in:
PedroHLC ☭ 2023-07-13 13:15:40 -03:00
parent b6cc7ff8fe
commit 68b134cdfc
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

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