btop: 1.3.2 -> 1.4.0

This commit is contained in:
R. Ryantm
2024-09-22 12:27:43 +00:00
parent 14b0b5a45e
commit 27164432bc
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.3.2";
version = "1.4.0";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
hash = "sha256-A5hOBxj8tKlkHd8zDHfDoU6fIu8gDpt3/usbiDk0/G0=";
};
nativeBuildInputs = [