mopidy-funkwhale: 1.0 -> 1.1.0

This commit is contained in:
Gabriel Arazas 2022-11-20 14:39:01 +08:00
parent b17e88d13c
commit ddb39df858

View File

@ -2,12 +2,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "mopidy-funkwhale";
version = "1.0";
version = "1.1.0";
src = fetchgit {
url = "https://dev.funkwhale.audio/funkwhale/mopidy.git";
rev = "v${version}";
sha256 = "sha256-Sr6isp3Eh+XbTXh2zSiB0/UoAShQX6ZWgLQoRMvsung=";
sha256 = "sha256-vSjUWXUFGGAlFLYSdODUxd+SnK+HBCLOAhEySQBXk4A=";
};
postPatch = ''