ryzenadj: 0.12.0 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-03-24 01:22:02 +00:00
parent 4a3d90135b
commit c2b02ab7be

View file

@ -1,13 +1,13 @@
{ lib, stdenv, fetchFromGitHub, pciutils, cmake }:
stdenv.mkDerivation rec {
pname = "ryzenadj";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "FlyGoat";
repo = "RyzenAdj";
rev = "v${version}";
sha256 = "sha256-otw2U3Qh6NR6lJU1ldMR6Y5ia4Qk5tHAe/oY0YxJQUg=";
sha256 = "sha256-n/LHFv14aDLbobeamOgDYBml1DgSGJmfmg/qff78i4c=";
};
nativeBuildInputs = [ pciutils cmake ];