tmux-mem-cpu-load 3.6.0 -> 3.6.1 https://repology.org/metapackage/tmux-mem-cpu-load/versions attrpath: tmux-mem-cpu-load Checking auto update branch... No auto update branch exists Old version 3.6.0" not present in master derivation file with contents: { stdenv, lib, fetchFromGitHub, cmake }: stdenv.mkDerivation rec { pname = "tmux-mem-cpu-load"; version = "3.6.1"; src = fetchFromGitHub { owner = "thewtex"; repo = "tmux-mem-cpu-load"; rev = "v${version}"; sha256 = "sha256-DqUfThAdfwXaZ/2KCw5+68l0vxRd4Ie3lwgz/A/6l5U="; }; nativeBuildInputs = [ cmake ]; meta = with lib; { description = "CPU, RAM, and load monitor for use with tmux"; homepage = "https://github.com/thewtex/tmux-mem-cpu-load"; license = licenses.asl20; maintainers = with maintainers; [ thomasjm ]; platforms = platforms.all; }; }