nvtop: 3.2.0 -> 3.3.1

This commit is contained in:
Harinn
2026-02-07 16:21:55 +07:00
parent 78679f24a2
commit 57cd1b2c88
2 changed files with 11 additions and 2 deletions
+8 -2
View File
@@ -20,6 +20,9 @@
ascend ? false,
v3d ? false,
tpu ? false,
rockchip ? false,
metax ? false,
enflame ? false,
}:
let
@@ -39,7 +42,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "nvtop";
version = "3.2.0";
version = "3.3.1";
# between generation of multiple update PRs for each package flavor and manual updates I choose manual updates
# nixpkgs-update: no auto update
@@ -47,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "Syllo";
repo = "nvtop";
rev = finalAttrs.version;
hash = "sha256-8iChT55L2NSnHg8tLIry0rgi/4966MffShE0ib+2ywc=";
hash = "sha256-+SvEp8pbauSLbDuPZqGMTyL2EZecz1VKCJgC+xjV/vQ=";
};
cmakeFlags = with lib.strings; [
@@ -63,6 +66,9 @@ stdenv.mkDerivation (finalAttrs: {
(cmakeBool "ASCEND_SUPPORT" ascend)
(cmakeBool "V3D_SUPPORT" v3d)
(cmakeBool "TPU_SUPPORT" tpu) # requires libtpuinfo which is not packaged yet
(cmakeBool "ROCKCHIP_SUPPORT" rockchip)
(cmakeBool "METAX_SUPPORT" metax)
(cmakeBool "ENFLAME_SUPPORT" enflame)
];
nativeBuildInputs = [
cmake
+3
View File
@@ -11,6 +11,9 @@ let
"panfrost"
"panthor"
"v3d"
"rockchip"
"metax"
"enflame"
];
# these GPU families are partially supported upstream, they are also tricky to build in nixpkgs
# volunteers with specific hardware needed to build and test these package variants