hwdata: 0.389 -> 0.390 (#361980)

This commit is contained in:
Philip Taron
2024-12-05 20:40:58 -08:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.389";
version = "0.390";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-w8rN9T0GwElkLmNLzROQtd7CdY0DcuCRUWxFtA2ekJc=";
hash = "sha256-DexmtBKe1rrmvHMVk8P20hBLfdP1x6CWx/F1s4lDnK4=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];