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

btop: 1.3.0 -> 1.3.1
This commit is contained in:
OTABI Tomoya 2024-02-20 00:11:18 +09:00 committed by GitHub
commit 56aac38d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
hash = "sha256-QQM2/LO/EHovhj+S+4x3ro/aOVrtuxteVVvYAd6feTk=";
hash = "sha256-Y6agmrqozKiV+GbiY60eOYORRrYLuB1zLNilxzM6oV0=";
};
nativeBuildInputs = [ cmake ] ++ lib.optionals cudaSupport [