tmux-mem-cpu-load: 3.6.2 -> 3.7.0

This commit is contained in:
R. Ryantm 2023-04-19 14:17:34 +00:00
parent bb2009ca18
commit ef9c46372c

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tmux-mem-cpu-load";
version = "3.6.2";
version = "3.7.0";
src = fetchFromGitHub {
owner = "thewtex";
repo = "tmux-mem-cpu-load";
rev = "v${version}";
sha256 = "sha256-PQFR0mkt6OhtFlIrJXriNv+aoI9d7Y6y2tBEZrKkRU8=";
sha256 = "sha256-4uSCYH31LO/69pxeur8byp9gYG6gaMYIiUxTmd7pag0=";
};
nativeBuildInputs = [ cmake ];