Skip to content

Commit b13a4f8

Browse files
committed
cpu-x: 5.1.2 -> 5.1.3
1 parent c4019a4 commit b13a4f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cp/cpu-x/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939

4040
stdenv.mkDerivation (finalAttrs: {
4141
pname = "cpu-x";
42-
version = "5.1.2";
42+
version = "5.1.3";
4343

4444
src = fetchFromGitHub {
4545
owner = "X0rg";
4646
repo = "CPU-X";
4747
tag = "v${finalAttrs.version}";
48-
hash = "sha256-c0bReW8rSTEEcvotBy9h8SXq0p+Xq1YhXGVYLBvP8VE=";
48+
hash = "sha256-gD5sEeALbGwMBP2UDc28TnVBlbCRMIeqWkrq0oi97Nw=";
4949
};
5050

5151
nativeBuildInputs = [

0 commit comments

Comments
 (0)