ryzenadj: 0.8.2 -> 0.8.3

(#154582)
This commit is contained in:
R. RyanTM 2022-01-14 07:58:04 -08:00 committed by GitHub
parent 7a31f9e4da
commit 162d4c51b3
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.8.2";
version = "0.8.3";
src = fetchFromGitHub {
owner = "FlyGoat";
repo = "RyzenAdj";
rev = "v${version}";
sha256 = "182l9nchlpl4yr568n86086glkr607rif92wnwc7v3aym62ch6ld";
sha256 = "sha256-eb8DskF0SJtc0tDKJ1vU7dtuQmHO7RX8vm4DQki2ZEg=";
};
nativeBuildInputs = [ pciutils cmake ];