forked from mirrors/nixpkgs
atop: 2.3.0 -> 2.4.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/atop/versions
This commit is contained in:
parent
bfd31e29c8
commit
d04a50da7c
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue