hwdata: 0.390 -> 0.391 (#370592)

authored by Nick Cao and committed by GitHub a46be80e 9a3ba061

+2 -2
+2 -2
pkgs/by-name/hw/hwdata/package.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "hwdata"; 9 - version = "0.390"; 9 + version = "0.391"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "vcrhonek"; 13 13 repo = "hwdata"; 14 14 rev = "v${version}"; 15 - hash = "sha256-DexmtBKe1rrmvHMVk8P20hBLfdP1x6CWx/F1s4lDnK4="; 15 + hash = "sha256-GF3UCx/CE4ByQTsDeRFqlBUoKwGjmTi+7/JE65U7H+o="; 16 16 }; 17 17 18 18 configureFlags = [ "--datadir=${placeholder "out"}/share" ];