Skip to content

Commit e19a327

Browse files
committed
1 parent 43cf162 commit e19a327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nv/nvitop/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "nvitop";
10-
version = "1.4.0";
10+
version = "1.4.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "XuehaiPan";
1414
repo = "nvitop";
1515
tag = "v${version}";
16-
hash = "sha256-Z0JGW7vcZFxguQqhqhpPpOvcOct7B9z8RoEFu5NsOl0=";
16+
hash = "sha256-H5WfSGQpShmJGffGMIejs0A9ksht43I1d3BvXbvP6vI=";
1717
};
1818

1919
pythonRelaxDeps = [ "nvidia-ml-py" ];

0 commit comments

Comments
 (0)