We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f673243 commit f159279Copy full SHA for f159279
pkgs/applications/audio/mopidy/default.nix
@@ -5,13 +5,13 @@
5
pythonPackages.buildPythonApplication rec {
6
name = "mopidy-${version}";
7
8
- version = "2.0.1";
+ version = "2.1.0";
9
10
src = fetchFromGitHub {
11
owner = "mopidy";
12
repo = "mopidy";
13
rev = "v${version}";
14
- sha256 = "15i17rj2bh2kda6d6rwcjhs2m3nfsrcyq3lj9vbgmacg0cdb22pp";
+ sha256 = "0krq5fbscqxayyc4vxai7iwxm2kdbgs5jicrdb013v04phw2za06";
15
};
16
17
nativeBuildInputs = [ wrapGAppsHook ];
0 commit comments