Unverified Commit 0fbc85d3 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

atop: 2.11.1 -> 2.12.0 (#416837)

parents 22492afc 9963a0ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

stdenv.mkDerivation rec {
  pname = "atop";
  version = "2.11.1";
  version = "2.12.0";

  src = fetchurl {
    url = "https://www.atoptool.nl/download/atop-${version}.tar.gz";
    hash = "sha256-d2UPefnjiLb1Zm3BE4SYlFdaKbtN4huM1Ydnv4qQUVQ=";
    hash = "sha256-DQnsyQwU5u9Bwi48V8FCw+T7nPPJQ3kHejPJYdU0MIY=";
  };

  nativeBuildInputs =