Unverified Commit afbde954 authored by Anthony's avatar Anthony Committed by GitHub
Browse files

nvtop: 3.2.0 -> 3.3.1 (#487891)

parents dba587a5 57cd1b2c
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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