Skip to content

Commit 18f1545

Browse files
authoredMay 15, 2021
Revert "Revert "hwdata: 0.344 -> 0.347""
This reverts commit f070de2.
1 parent 059c4b5 commit 18f1545

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/os-specific/linux/hwdata/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "hwdata";
5-
version = "0.344";
5+
version = "0.347";
66

77
src = fetchFromGitHub {
88
owner = "vcrhonek";
99
repo = "hwdata";
1010
rev = "v${version}";
11-
sha256 = "0rsnm94r814shr86jk6f2323i1n4p58inkgkx7362yz9k4a8ir7a";
11+
sha256 = "19kmz25zq6qqs67ppqhws4mh3qf6zrp55cpyxyw36q95yjdcqp21";
1212
};
1313

1414
preConfigure = "patchShebangs ./configure";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
1919

2020
outputHashMode = "recursive";
2121
outputHashAlgo = "sha256";
22-
outputHash = "011lyldzskfb4sfn4i7qyyq3i4gaf1v9yfbc82889cabka0n4nfz";
22+
outputHash = "0haaczd6pi9q2vdlvbwn7100sb87zsy64z94xhpbmlari4vzjmz0";
2323

2424
meta = {
2525
homepage = "https://github.com/vcrhonek/hwdata";

0 commit comments

Comments
 (0)
Please sign in to comment.