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

cmus: 2.8.0 -> 2.9.0

authored by Ryan Mulligan and committed by GitHub 77d90b87 3b2ef049

+2 -2
+2 -2
pkgs/applications/audio/cmus/default.nix
··· 102 103 stdenv.mkDerivation rec { 104 pname = "cmus"; 105 - version = "2.8.0"; 106 107 src = fetchFromGitHub { 108 owner = "cmus"; 109 repo = "cmus"; 110 rev = "v${version}"; 111 - sha256 = "1ydnvq13ay8b8mfmmgwi5qsgyf220yi1d01acbnxqn775dghmwar"; 112 }; 113 114 patches = [ ./option-debugging.patch ];
··· 102 103 stdenv.mkDerivation rec { 104 pname = "cmus"; 105 + version = "2.9.0"; 106 107 src = fetchFromGitHub { 108 owner = "cmus"; 109 repo = "cmus"; 110 rev = "v${version}"; 111 + sha256 = "sha256-eSKF3xacJptAYdm0Qf1AEWLa+lKUWz6C8nKyTHAl5QI="; 112 }; 113 114 patches = [ ./option-debugging.patch ];