Merge pull request #180472 from r-ryantm/auto-update/cmus

cmus: 2.9.1 -> 2.10.0
This commit is contained in:
Jonas Heinrich 2022-08-24 10:39:14 +02:00 committed by GitHub
commit 457c1507ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,13 +102,13 @@ in
stdenv.mkDerivation rec {
pname = "cmus";
version = "2.9.1";
version = "2.10.0";
src = fetchFromGitHub {
owner = "cmus";
repo = "cmus";
rev = "v${version}";
sha256 = "sha256-HEiEnEWf/MzhPO19VKTLYzhylpEvyzy1Jxs6EW2NU34=";
sha256 = "sha256-Ha0bIh3SYMhA28YXQ//Loaz9J1lTJAzjTx8eK3AqUjM=";
};
patches = [ ./option-debugging.patch ];