beetsExternalPlugins.alternatives: 0.10.2 -> unstable-2021-02-01

+6 -6
+6 -6
pkgs/tools/audio/beets/plugins/alternatives.nix
··· 2 2 3 3 pythonPackages.buildPythonApplication rec { 4 4 pname = "beets-alternatives"; 5 - version = "0.10.2"; 5 + version = "unstable-2021-02-01"; 6 6 7 7 src = fetchFromGitHub { 8 8 repo = "beets-alternatives"; 9 9 owner = "geigerzaehler"; 10 - rev = "v${version}"; 11 - sha256 = "1dsz94fb29wra1f9580w20bz2f1bgkj4xnsjgwgbv14flbfw4bp0"; 10 + rev = "288299e3aa9a1602717b04c28696fce5ce4259bf"; 11 + sha256 = "sha256-Xl7AHr33hXQqQDuFbWuj8HrIugeipJFPmvNXpCkU/mI="; 12 12 }; 13 13 14 14 postPatch = '' ··· 23 23 mock 24 24 ]; 25 25 26 - meta = { 26 + meta = with lib; { 27 27 description = "Beets plugin to manage external files"; 28 28 homepage = "https://github.com/geigerzaehler/beets-alternatives"; 29 - maintainers = [ lib.maintainers.aszlig ]; 30 - license = lib.licenses.mit; 29 + maintainers = with maintainers; [ aszlig lovesegfault ]; 30 + license = licenses.mit; 31 31 }; 32 32 }