Skip to content

Commit

Permalink
Merge pull request #90335 from r-ryantm/auto-update/cpu-x
Browse files Browse the repository at this point in the history
cpu-x: 4.0.0 -> 4.0.1
  • Loading branch information
ryantm authored Jun 14, 2020
2 parents 447bc43 + bddef29 commit 5f2d0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cpu-x/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "cpu-x";
version = "4.0.0";
version = "4.0.1";

src = fetchFromGitHub {
owner = "X0rg";
repo = "CPU-X";
rev = "v${version}";
sha256 = "00xngmlayblvkg3l0rcfpxmnkkdz49ydh4smlhpii23gqii0rds3";
sha256 = "191zkkswlbbsw492yygc3idf7wh3bxs97drrqvqqw0mqvrzykxm3";
};

nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook nasm makeWrapper ];
Expand Down

0 comments on commit 5f2d0c6

Please sign in to comment.