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

cmus: 2.8.0 -> 2.9.0
This commit is contained in:
Ryan Mulligan 2021-01-18 21:57:00 -08:00 committed by GitHub
commit 77d90b87c4
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.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "cmus";
repo = "cmus";
rev = "v${version}";
sha256 = "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar";
sha256 = "sha256-eSKF3xacJptAYdm0Qf1AEWLa+lKUWz6C8nKyTHAl5QI=";
};
patches = [ ./option-debugging.patch ];