mopidy: 2.2.2 -> 2.2.3

This commit is contained in:
Jörg Thalheim 2019-08-01 07:27:25 +01:00
parent 3b37b0afc7
commit 79bd446d8a
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
pname = "mopidy";
version = "2.2.2";
version = "2.2.3";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy";
rev = "v${version}";
sha256 = "01vl162c7ssf69b0m65ys9fxnsqnfa1whwbprnc063lkcnrnlkr1";
sha256 = "0i9rpnlmgrnkgmr9hyx9sky9gzj2cjhay84a0yaijwcb9nmr8nnc";
};
nativeBuildInputs = [ wrapGAppsHook ];