atop: 2.11.1 -> 2.12.0

This commit is contained in:
R. Ryantm
2025-06-15 00:39:36 +00:00
parent 329fd2121f
commit 9963a0ce7e
+2 -2
View File
@@ -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 =