Skip to content

Commit f159279

Browse files
committedJan 11, 2017
mopidy: 2.0.1 -> 2.1.0
1 parent f673243 commit f159279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/audio/mopidy/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
pythonPackages.buildPythonApplication rec {
66
name = "mopidy-${version}";
77

8-
version = "2.0.1";
8+
version = "2.1.0";
99

1010
src = fetchFromGitHub {
1111
owner = "mopidy";
1212
repo = "mopidy";
1313
rev = "v${version}";
14-
sha256 = "15i17rj2bh2kda6d6rwcjhs2m3nfsrcyq3lj9vbgmacg0cdb22pp";
14+
sha256 = "0krq5fbscqxayyc4vxai7iwxm2kdbgs5jicrdb013v04phw2za06";
1515
};
1616

1717
nativeBuildInputs = [ wrapGAppsHook ];

0 commit comments

Comments
 (0)
Please sign in to comment.