Merge pull request #151628 from r-ryantm/auto-update/btop

btop: 1.1.2 -> 1.1.3
This commit is contained in:
Jörg Thalheim 2021-12-21 20:56:49 +00:00 committed by GitHub
commit 87cc27c7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+z6bWX2mgvH6nW7SamDzAexeCn/i3+RaPF8RfoikR2k=";
sha256 = "sha256-uKR1ogQwEoyxyWBiLnW8BsOsYgTpeIpKrKspq0JwYjY=";
};
installFlags = [ "PREFIX=$(out)" ];