mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
mopidy-funkwhale: 1.0 -> 1.1.0
This commit is contained in:
parent
b17e88d13c
commit
ddb39df858
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mopidy-funkwhale";
|
pname = "mopidy-funkwhale";
|
||||||
version = "1.0";
|
version = "1.1.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://dev.funkwhale.audio/funkwhale/mopidy.git";
|
url = "https://dev.funkwhale.audio/funkwhale/mopidy.git";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Sr6isp3Eh+XbTXh2zSiB0/UoAShQX6ZWgLQoRMvsung=";
|
sha256 = "sha256-vSjUWXUFGGAlFLYSdODUxd+SnK+HBCLOAhEySQBXk4A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user