hwdata: 0.390 -> 0.391 (#370592)

This commit is contained in:
Nick Cao
2025-01-04 10:36:07 -05:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.390";
version = "0.391";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-DexmtBKe1rrmvHMVk8P20hBLfdP1x6CWx/F1s4lDnK4=";
hash = "sha256-GF3UCx/CE4ByQTsDeRFqlBUoKwGjmTi+7/JE65U7H+o=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];