summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-18 21:57:00 -0800
committerGitHub <noreply@github.com>2021-01-18 21:57:00 -0800
commit77d90b87c442f559a48512b0f84ede8a0cac4bd3 (patch)
tree9fea605029f7cd466c3bdd5a820e6302f81ea698 /pkgs/applications/audio
parent3b2ef0493a234ad880cc8b38483b233c0869d249 (diff)
parent7c574d72541be99faad1e055500358f06006ffff (diff)
Merge pull request #109754 from r-ryantm/auto-update/cmus
cmus: 2.8.0 -> 2.9.0
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/cmus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/cmus/default.nix b/pkgs/applications/audio/cmus/default.nix
index 5da6c63a81e5..e573c7c14b19 100644
--- a/pkgs/applications/audio/cmus/default.nix
+++ b/pkgs/applications/audio/cmus/default.nix
@@ -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 ];