btop-rocm: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm
2026-05-01 18:24:33 +00:00
parent 6ba2db6316
commit 9cb6c5e973
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "btop";
version = "1.4.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "aristocratos";
repo = "btop";
tag = "v${finalAttrs.version}";
hash = "sha256-h472rcXzpBkPYAEy9JaVlanaavaz0WcdkhmwsVdDRdo=";
hash = "sha256-3gECGBSWcGTYQkUlD4X2zrxZVvH2x2xfh5zdZ2jJbDQ=";
};
nativeBuildInputs = [