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

mopidy: 3.3.0 -> 3.4.0
This commit is contained in:
Mario Rodas 2022-11-29 18:41:02 -05:00 committed by GitHub
commit 923b5fd626
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.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "mopidy";
repo = "mopidy";
rev = "refs/tags/v${version}";
sha256 = "sha256-F0fIl9DrludZZdzsrl/xsp7TLMgTPbVGtGvMHyD52Yw=";
sha256 = "sha256-cr4v1ScrXLRjqlsCXTm0KvLc+jJbFX1HVKJLrDAtIw8=";
};
nativeBuildInputs = [ wrapGAppsHook ];