Merge pull request #227064 from r-ryantm/auto-update/tmux-mem-cpu-load

tmux-mem-cpu-load: 3.6.2 -> 3.7.0
This commit is contained in:
Nick Cao 2023-04-20 09:26:18 +08:00 committed by GitHub
commit 8c51670343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];