hwdata: 0.386 -> 0.387

Changes: https://github.com/vcrhonek/hwdata/releases/tag/v0.387
This commit is contained in:
Sergei Trofimovich 2024-09-06 09:38:26 +01:00
parent e561aad2c8
commit 6a2b44571d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.386";
version = "0.387";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-JN/Y/hNyeqUS5RY5nXs5tLMwQoc0s0e6j9bl06FIbMg=";
hash = "sha256-DaoghSLLH795YGFE31eTebPCnWBIQJI6yVI/khywEgc=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];