atop: 2.12.0 -> 2.12.1 (#445683)

This commit is contained in:
Matthias Beyer
2025-09-25 08:58:13 +00:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "atop";
version = "2.12.0";
version = "2.12.1";
src = fetchurl {
url = "https://www.atoptool.nl/download/atop-${version}.tar.gz";
hash = "sha256-DQnsyQwU5u9Bwi48V8FCw+T7nPPJQ3kHejPJYdU0MIY=";
hash = "sha256-T9vmfF36+JQFY54YWZ9OrneXgHP/pU88eMNoq1S9EvY=";
};
nativeBuildInputs = [