sysstat: 12.6.1 -> 12.6.2
This commit is contained in:
parent
12053de9e5
commit
9b23f8ed3b
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sysstat";
|
||||
version = "12.6.1";
|
||||
version = "12.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${version}.tar.xz";
|
||||
hash = "sha256-GP9aThSeJWjkM4Vjf3JDf+a6/MEyKpPRPRmB6UZKA0I=";
|
||||
hash = "sha256-PncTSu2qb8V9l0XaZ+39iZDhmt7nGsRxliKSYcVj+0g=";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
|
Loading…
Reference in a new issue