Skip to content

Commit

Permalink
Update nvtop.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored Feb 27, 2024
1 parent e7949fe commit c616bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvtop.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nvtop < Formula
desc "Interactive GPU process monitor"
homepage "https://github.com/Syllo/nvtop"
url "https://sid.ethz.ch/debian/nvtop/macos/nvtop_3.0.2%2Bgit20240213%2Bds.orig.tar.xz"
sha256 "fb46aa755eeeadab6e6f511915ab0166f813fb0c1d2dd929bf3a3249b6ae10d0"
url "https://github.com/Syllo/nvtop/archive/refs/tags/3.1.0.tar.gz"
sha256 "9481c45c136163574f1f16d87789859430bc90a1dc62f181b269b5edd92f01f3"
license "GPL-3.0-or-later"

depends_on "cmake" => :build
Expand Down

0 comments on commit c616bf3

Please sign in to comment.