tmux-mem-cpu-load: 3.8.1 -> 3.8.2 (#399283)

This commit is contained in:
Nick Cao
2025-04-16 17:30:53 -04:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "tmux-mem-cpu-load";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "thewtex";
repo = "tmux-mem-cpu-load";
rev = "v${version}";
sha256 = "sha256-8QUcEbgk3DSsWt9TRHHtDhQ7a1hkK8RZEX+0d3h/c0w=";
sha256 = "sha256-g++6n6OD9FAw8CtXArKBgNwFf+3v+SBCHmbma7RpMBA=";
};
nativeBuildInputs = [ cmake ];