mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
update atop
This commit is contained in:
parent
91ece6f0dd
commit
c7f30ac377
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, zlib, ncurses}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.27-3";
|
||||
version = "2.0.2";
|
||||
name = "atop-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.atoptool.nl/download/atop-${version}.tar.gz";
|
||||
sha256 = "bce36e0b50f0e03995d86d25dbc9ab4a289f6755ce3558844f96d41b0bba563f";
|
||||
sha256 = "029lfa2capz1lg3m3rnyrgb8v6jm4znin84vjh2f0zkwvvhdn856";
|
||||
};
|
||||
|
||||
buildInputs = [zlib ncurses];
|
||||
|
Loading…
Reference in New Issue
Block a user