Unverified Commit 7b9e9c8d authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

cpu-x: 5.1.2 -> 5.1.3 (#391380)

parents a1f37e43 b13a4f84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cpu-x";
  version = "5.1.2";
  version = "5.1.3";

  src = fetchFromGitHub {
    owner = "X0rg";
    repo = "CPU-X";
    tag = "v${finalAttrs.version}";
    hash = "sha256-c0bReW8rSTEEcvotBy9h8SXq0p+Xq1YhXGVYLBvP8VE=";
    hash = "sha256-gD5sEeALbGwMBP2UDc28TnVBlbCRMIeqWkrq0oi97Nw=";
  };

  nativeBuildInputs = [