hwdata: 0.380 -> 0.381

This commit is contained in:
R. Ryantm 2024-04-04 13:09:40 +00:00
parent ed607387c4
commit 5e67bf7b5e
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.380";
version = "0.381";
src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
hash = "sha256-Ioa0tUiwgOZO3qrtwAr9A/yGfYTBk83OON8Sr47J9Mg=";
hash = "sha256-FD1p4qyO+ZsBdMXRa9u6CpO07RewWH8OxULLxcYAsyk=";
};
configureFlags = [ "--datadir=${placeholder "out"}/share" ];