Skip to content

Commit

Permalink
mopidy: 1.1.1 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 22, 2016
1 parent 85675eb commit cc3f5b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/mopidy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
pythonPackages.buildPythonPackage rec {
name = "mopidy-${version}";

version = "1.1.1";
version = "1.1.2";

src = fetchurl {
url = "https://github.com/mopidy/mopidy/archive/v${version}.tar.gz";
sha256 = "1xfyg8xqgnrb98wx7a4fzr4vlzkffjhkc1s36ka63rwmx86vqhyw";
sha256 = "1vn4knpmnp3krmn627iv1r7xa50zl816ac6b24b8ph50cq2sqjfv";
};

buildInputs = [
Expand All @@ -34,7 +34,7 @@ pythonPackages.buildPythonPackage rec {
SoundCloud, Google Play Music, and more
'';
license = licenses.asl20;
maintainers = [ maintainers.rickynils ];
maintainers = with maintainers; [ rickynils fpletz ];
hydraPlatforms = [];
};
}

0 comments on commit cc3f5b4

Please sign in to comment.