Unverified Commit 283ac95e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #227550 from afh/musikcube-update

musikcube: 0.99.7 -> 3.0.0
parents 34714443 10057a3e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "musikcube";
  version = "0.99.7";
  version = "3.0.0";

  src = fetchFromGitHub {
    owner = "clangen";
    repo = pname;
    rev = version;
    sha256 = "sha256-bsvq48zTNafsQGFXVApCEWIL8H2RXiowalEu/W3DUu0=";
    hash = "sha512-W+Zug1SiOGJ+o6FBf2jeDGHFj87vudR4drtjyXiOzdoM8fUCnCj4pp7+70eZGilg6CvBi7CYkbVn53LXJf5qWA==";
  };

  outputs = [ "out" "dev" ];
@@ -86,9 +86,9 @@ stdenv.mkDerivation rec {
  '';

  meta = with lib; {
    description = "A fully functional terminal-based music player, library, and streaming audio server";
    description = "Terminal-based music player, library, and streaming audio server";
    homepage = "https://musikcube.com/";
    maintainers = with maintainers; [ aanderse srapenne ];
    maintainers = with maintainers; [ aanderse srapenne afh ];
    license = licenses.bsd3;
    platforms = platforms.all;
  };