Skip to content

Commit

Permalink
cmus: 2.11.0 -> 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Oct 26, 2024
1 parent 959857c commit c10dfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/cmus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ in

stdenv.mkDerivation rec {
pname = "cmus";
version = "2.11.0";
version = "2.12.0";

src = fetchFromGitHub {
owner = "cmus";
repo = "cmus";
rev = "v${version}";
hash = "sha256-kUJC+ORLkYD57mPL/1p5VCm9yiNzVdOZhxp7sVP6oMw=";
hash = "sha256-8hgibGtkiwzenMI9YImIApRmw2EzTwE6RhglALpUkp4=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit c10dfd6

Please sign in to comment.