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

mopidy: 3.3.0 -> 3.4.0

authored by

Mario Rodas and committed by
GitHub
923b5fd6 3003a88d

+2 -2
+2 -2
pkgs/applications/audio/mopidy/mopidy.nix
··· 4 4 5 5 pythonPackages.buildPythonApplication rec { 6 6 pname = "mopidy"; 7 - version = "3.3.0"; 7 + version = "3.4.0"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "mopidy"; 11 11 repo = "mopidy"; 12 12 rev = "refs/tags/v${version}"; 13 - sha256 = "sha256-F0fIl9DrludZZdzsrl/xsp7TLMgTPbVGtGvMHyD52Yw="; 13 + sha256 = "sha256-cr4v1ScrXLRjqlsCXTm0KvLc+jJbFX1HVKJLrDAtIw8="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ wrapGAppsHook ];