tmux-mem-cpu-load: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm 2024-05-23 06:04:35 +00:00
parent 06b2dd21c0
commit 724e4680a8

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tmux-mem-cpu-load";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "thewtex";
repo = "tmux-mem-cpu-load";
rev = "v${version}";
sha256 = "sha256-dRHV2XF3NFzd4HT9SbRnEn8U40QTnAUJDsM51NA9fEk=";
sha256 = "sha256-8QUcEbgk3DSsWt9TRHHtDhQ7a1hkK8RZEX+0d3h/c0w=";
};
nativeBuildInputs = [ cmake ];