Merge pull request #297583 from r-ryantm/auto-update/ryzenadj
ryzenadj: 0.14.0 -> 0.15.0
This commit is contained in:
commit
5d59730d00
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ lib, stdenv, fetchFromGitHub, pciutils, cmake }:
|
{ lib, stdenv, fetchFromGitHub, pciutils, cmake }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ryzenadj";
|
pname = "ryzenadj";
|
||||||
version = "0.14.0";
|
version = "0.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FlyGoat";
|
owner = "FlyGoat";
|
||||||
repo = "RyzenAdj";
|
repo = "RyzenAdj";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Lqq4LNRmqQyeIJfr/+tYdKMEk+P54VnwZAQZcE0ev8Y=";
|
sha256 = "sha256-aNkVP1fuPcb41Qk5YI1loJnqVmamSzoMFyTGkJtrnvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pciutils cmake ];
|
nativeBuildInputs = [ pciutils cmake ];
|
||||||
|
|
Loading…
Reference in a new issue