btop: 1.4.4 -> 1.4.5 (#444441)

This commit is contained in:
Austin Horstman
2025-09-20 01:55:34 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.4.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "aristocratos";
repo = "btop";
rev = "v${version}";
hash = "sha256-4H9UjewJ7UFQtTQYwvHZL3ecPiChpfT6LEZwbdBCIa0=";
hash = "sha256-ZLT+Hc1rvBFyhey+imbgGzSH/QaVxIh/jvDKVSmDrA0=";
};
nativeBuildInputs = [