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 { stdenv.mkDerivation rec {
pname = "libsysstat"; pname = "libsysstat";
version = "1.0.0"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lxqt"; owner = "lxqt";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-2rdhw67TPvy/QmyzbtStgiIuIgZ7ZSt07xjCvOywKF4="; hash = "sha256-CwQz0vaBhMe32xBoSgFkxSwx3tnIHutp9Vs32FvTNVU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [