Skip to content

Commit

Permalink
mopidy: 2.0.1 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 11, 2017
1 parent f673243 commit f159279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/mopidy/default.nix
Expand Up @@ -5,13 +5,13 @@
pythonPackages.buildPythonApplication rec {
name = "mopidy-${version}";

version = "2.0.1";
version = "2.1.0";

src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy";
rev = "v${version}";
sha256 = "15i17rj2bh2kda6d6rwcjhs2m3nfsrcyq3lj9vbgmacg0cdb22pp";
sha256 = "0krq5fbscqxayyc4vxai7iwxm2kdbgs5jicrdb013v04phw2za06";
};

nativeBuildInputs = [ wrapGAppsHook ];
Expand Down

0 comments on commit f159279

Please sign in to comment.