Merge pull request #109754 from r-ryantm/auto-update/cmus
cmus: 2.8.0 -> 2.9.0
This commit is contained in:
commit
77d90b87c4
@ -102,13 +102,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cmus";
|
pname = "cmus";
|
||||||
version = "2.8.0";
|
version = "2.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cmus";
|
owner = "cmus";
|
||||||
repo = "cmus";
|
repo = "cmus";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar";
|
sha256 = "sha256-eSKF3xacJptAYdm0Qf1AEWLa+lKUWz6C8nKyTHAl5QI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./option-debugging.patch ];
|
patches = [ ./option-debugging.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user