Merge pull request #134154 from r-ryantm/auto-update/mopidy

mopidy: 3.1.1 -> 3.2.0
This commit is contained in:
Sandro 2021-08-22 15:18:16 +02:00 committed by GitHub
commit b25f2c01e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
pythonPackages.buildPythonApplication rec {
pname = "mopidy";
version = "3.1.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy";
rev = "v${version}";
sha256 = "14m80z9spi2vhfs2bbff7ky80mr6bksl4550y17hwd7zpkid60za";
sha256 = "1l1rya48ykiq156spm8pfsm6li8apz66ppz7gs4s91fv7g7l5x2f";
};
nativeBuildInputs = [ wrapGAppsHook ];