mopidy: 3.3.0 -> 3.4.0

This commit is contained in:
R. Ryantm
2022-11-29 09:26:10 +00:00
parent 26592d9f27
commit 8039ea1b4e
+2 -2
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 ];