lxqt.libsysstat: 1.0.0 -> 1.1.0

This commit is contained in:
José Romildo 2024-11-06 23:22:14 -03:00
parent d8096ebda6
commit dcc8ea2e01

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libsysstat";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "lxqt";
repo = pname;
rev = version;
hash = "sha256-2rdhw67TPvy/QmyzbtStgiIuIgZ7ZSt07xjCvOywKF4=";
hash = "sha256-CwQz0vaBhMe32xBoSgFkxSwx3tnIHutp9Vs32FvTNVU=";
};
nativeBuildInputs = [