btop: 1.3.1 -> 1.3.2
Diff: https://github.com/aristocratos/btop/compare/v1.3.1...v1.3.2 Changelog: https://github.com/aristocratos/btop/blob/v1.3.2/CHANGELOG.md
This commit is contained in:
parent
9625afeb0f
commit
3d2e91a7c9
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "btop";
|
||||
version = "1.3.1";
|
||||
version = "1.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aristocratos";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Y6agmrqozKiV+GbiY60eOYORRrYLuB1zLNilxzM6oV0=";
|
||||
hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ] ++ lib.optionals cudaSupport [
|
||||
|
|
Loading…
Reference in a new issue