hwdata: 0.377-2 -> 0.378

Changes: https://github.com/vcrhonek/hwdata/compare/v0.377-2...v0.378
This commit is contained in:
Sergei Trofimovich 2024-01-06 07:55:13 +00:00
parent 76201c62e0
commit 188392f19e

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.377-2";
version = "0.378";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-Nh+EIsJ/98NnflndQeSgiV2iOC0icTEfgwAySPbG6Lo=";
hash = "sha256-YCx0b4crg8A7mGXwqk1XQZKsm/3TUE8C2bOYKnb/FSA=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];