Merge pull request #261958 from r-ryantm/auto-update/ryzenadj

ryzenadj: 0.13.0 -> 0.14.0
This commit is contained in:
Weijia Wang 2023-10-19 14:41:50 +02:00 committed by GitHub
commit 3293fc463e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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