3
0
Fork 0
forked from mirrors/nixpkgs

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

cmus: 2.9.0 -> 2.9.1
This commit is contained in:
Mario Rodas 2021-01-28 23:30:15 -05:00 committed by GitHub
commit 0c20f35715
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.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "cmus";
repo = "cmus";
rev = "v${version}";
sha256 = "sha256-eSKF3xacJptAYdm0Qf1AEWLa+lKUWz6C8nKyTHAl5QI=";
sha256 = "sha256-HEiEnEWf/MzhPO19VKTLYzhylpEvyzy1Jxs6EW2NU34=";
};
patches = [ ./option-debugging.patch ];