lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tmux-mem-cpu-load: 3.5.1 -> 3.6.0

+2 -2
+2 -2
pkgs/tools/misc/tmux-mem-cpu-load/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tmux-mem-cpu-load"; 5 - version = "3.5.1"; 5 + version = "3.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "thewtex"; 9 9 repo = "tmux-mem-cpu-load"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-4ZMF+RacZL9dJRCz63XPNuigTKHOW+ZcA4vB4jsnASc="; 11 + sha256 = "sha256-1smhlp30y0qihm+d9RcCKY1CFbPm5gzago+OIQQT5jE="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];