Merge pull request #194309 from gbtb/nvtop_204

nvtop: 2.0.3->2.0.4

authored by Vlad M and committed by GitHub be22a05c 5236fdc4

+2 -10
+2 -10
pkgs/tools/system/nvtop/default.nix
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "nvtop" + pname-suffix; 28 - version = "2.0.3"; 29 30 src = fetchFromGitHub { 31 owner = "Syllo"; 32 repo = "nvtop"; 33 rev = version; 34 - sha256 = "sha256-LhVgNU2OSM7fOUUQHYJhKhjE0fkFvYC3FIJFgu6T68Q="; 35 }; 36 - 37 - #this patch should be fine to remove with next version update 38 - patches = [ 39 - (fetchpatch { 40 - url = "https://github.com/Syllo/nvtop/commit/663a69f1c9038eabdfc3155112fb9b8d662578aa.diff"; 41 - sha256 = "sha256-/EJlr5b+kZnHm9UxythYreJvO+Ma+1sUI3KLBQFCCmc="; 42 - }) 43 - ]; 44 45 cmakeFlags = with lib; [ 46 "-DCMAKE_BUILD_TYPE=Release"
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "nvtop" + pname-suffix; 28 + version = "2.0.4"; 29 30 src = fetchFromGitHub { 31 owner = "Syllo"; 32 repo = "nvtop"; 33 rev = version; 34 + sha256 = "sha256-WOXVmKnVNRjWqShbOUZ0Z4hd0m9njLmCGLnV9FBS3Us="; 35 }; 36 37 cmakeFlags = with lib; [ 38 "-DCMAKE_BUILD_TYPE=Release"