nvidia-system-monitor-qt: 1.6 -> 1.6-1
This commit is contained in:
parent
1545201579
commit
fc42e54243
@ -26,13 +26,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nvidia-system-monitor-qt";
|
pname = "nvidia-system-monitor-qt";
|
||||||
version = "1.6";
|
version = "1.6-1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "congard";
|
owner = "congard";
|
||||||
repo = "nvidia-system-monitor-qt";
|
repo = "nvidia-system-monitor-qt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Gvg7MgCqvfiEfGDQJSR1v5uAB99ZULAuGPGCce/K7HE=";
|
sha256 = "sha256-JHK7idyk5UxgDyt+SzvYjTLmlNzx6+Z+OPYsRD4NWPg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase ];
|
buildInputs = [ qtbase ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user