Merge pull request #273405 from trofi/hwdata-update

hwdata: 0.376 -> 0.377-2
This commit is contained in:
Mario Rodas 2023-12-17 07:53:31 -05:00 committed by GitHub
commit 11ec3c3114
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.376";
version = "0.377-2";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-M1uBamN09XepOembDAcHXO/UvnM9s/OiN+eNzChF5Tw=";
hash = "sha256-Nh+EIsJ/98NnflndQeSgiV2iOC0icTEfgwAySPbG6Lo=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];