mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
sysstat: 12.6.1 -> 12.6.2
This commit is contained in:
parent
12053de9e5
commit
9b23f8ed3b
@ -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 New Issue
Block a user