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:
parent
904114fdb8
commit
81ea1d58d1
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libsysstat-${version}";
|
name = "libsysstat-${version}";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = "libsysstat";
|
repo = "libsysstat";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0yl20dj553z1ijkfxl9n45qvkzxyl9rqw12vb4v6zj3ch6hzbzsx";
|
sha256 = "0ad5pcr5lq1hvrfijvddvz2fvsmh1phb54wb0f756av0kyiwq0gb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake lxqt.lxqt-build-tools ];
|
nativeBuildInputs = [ cmake lxqt.lxqt-build-tools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user