lxqt.libsysstat: 0.4.0 -> 0.4.1

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libsysstat/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.4.1 with grep in /nix/store/n6dins6prgmhp4jb1x7iih366ln6bygb-libsysstat-0.4.1
- directory tree listing: https://gist.github.com/e91bc96d4c04d612f32bde806fdb822a
- du listing: https://gist.github.com/55928df59585ba9de34d7ac2e1e0cc50
This commit is contained in:
R. RyanTM 2018-06-23 20:41:31 -07:00
parent 904114fdb8
commit 81ea1d58d1

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libsysstat-${version}";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "lxde";
repo = "libsysstat";
rev = version;
sha256 = "0yl20dj553z1ijkfxl9n45qvkzxyl9rqw12vb4v6zj3ch6hzbzsx";
sha256 = "0ad5pcr5lq1hvrfijvddvz2fvsmh1phb54wb0f756av0kyiwq0gb";
};
nativeBuildInputs = [ cmake lxqt.lxqt-build-tools ];