btop: 1.4.5 -> 1.4.6 (#474384)

This commit is contained in:
Austin Horstman
2025-12-26 22:07:16 +00:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "btop";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "aristocratos";
repo = "btop";
tag = "v${finalAttrs.version}";
hash = "sha256-ZLT+Hc1rvBFyhey+imbgGzSH/QaVxIh/jvDKVSmDrA0=";
hash = "sha256-h472rcXzpBkPYAEy9JaVlanaavaz0WcdkhmwsVdDRdo=";
};
nativeBuildInputs = [