Merge pull request #54254 from r-ryantm/auto-update/atop

atop: 2.3.0 -> 2.4.0
This commit is contained in:
Michael Raskin 2019-01-18 08:31:07 +00:00 committed by GitHub
commit 6b32fd248b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{stdenv, fetchurl, zlib, ncurses}:
stdenv.mkDerivation rec {
version = "2.3.0";
version = "2.4.0";
name = "atop-${version}";
src = fetchurl {
url = "https://www.atoptool.nl/download/atop-${version}.tar.gz";
sha256 = "0r5j9q89wpylmg0px5xymxi3jpihw9wq8bh37g3ciymsw1fp5r3k";
sha256 = "0s9xlxlzz688a80zxld840zkrmzw998rdkkg6yc7ssq8fw50275y";
};
buildInputs = [zlib ncurses];