ryzenadj: 0.8.1 -> 0.8.2
parent
23ddb3b218
commit
341e60a96c
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, cmake, pciutils, ... }:
|
{ stdenv, lib, fetchFromGitHub, cmake, pciutils, ... }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ryzenadj";
|
pname = "ryzenadj";
|
||||||
version = "0.8.1";
|
version = "0.8.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "FlyGoat";
|
owner = "FlyGoat";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-1saFfS7jNGxA0YIpOBYekt7WC3gZ5CoDngh0nbdSFp4=";
|
sha256 = "sha256-jRrIhKlejX0Yt1wkF/MBJk/6DAIGWWRK9oReCplNVKA=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ cmake pciutils ];
|
nativeBuildInputs = [ cmake pciutils ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue