Skip to content

Commit

Permalink
Revert "Revert "hwdata: 0.344 -> 0.347""
Browse files Browse the repository at this point in the history
This reverts commit f070de2.
  • Loading branch information
jtojnar committed May 15, 2021
1 parent 059c4b5 commit 18f1545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/hwdata/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "hwdata";
version = "0.344";
version = "0.347";

src = fetchFromGitHub {
owner = "vcrhonek";
repo = "hwdata";
rev = "v${version}";
sha256 = "0rsnm94r814shr86jk6f2323i1n4p58inkgkx7362yz9k4a8ir7a";
sha256 = "19kmz25zq6qqs67ppqhws4mh3qf6zrp55cpyxyw36q95yjdcqp21";
};

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

outputHashMode = "recursive";
outputHashAlgo = "sha256";
outputHash = "011lyldzskfb4sfn4i7qyyq3i4gaf1v9yfbc82889cabka0n4nfz";
outputHash = "0haaczd6pi9q2vdlvbwn7100sb87zsy64z94xhpbmlari4vzjmz0";

meta = {
homepage = "https://github.com/vcrhonek/hwdata";
Expand Down

0 comments on commit 18f1545

Please sign in to comment.