Skip to content

Commit 499c127

Browse files
authored
sdkmanager: 0.6.8 -> 0.6.11 (#385699)
2 parents 8b79e04 + a253d33 commit 499c127

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/development/python-modules/sdkmanager/default.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage rec {
1515
pname = "sdkmanager";
16-
version = "0.6.8";
16+
version = "0.6.11";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.5";
2020

2121
src = fetchFromGitLab {
2222
owner = "fdroid";
23-
repo = pname;
24-
rev = version;
25-
hash = "sha256-Ev90WS/T+Rb8h/21XHQdy/GePhGiYWwyfP88OUyBojQ=";
23+
repo = "sdkmanager";
24+
tag = version;
25+
hash = "sha256-UBBko5copc5y9kdUr8jqJgijxRLfpRuJmT1QSow/eVg=";
2626
};
2727

2828
pythonRelaxDeps = [ "urllib3" ];
@@ -47,11 +47,11 @@ buildPythonPackage rec {
4747

4848
pythonImportsCheck = [ "sdkmanager" ];
4949

50-
meta = with lib; {
50+
meta = {
5151
homepage = "https://gitlab.com/fdroid/sdkmanager";
5252
description = "Drop-in replacement for sdkmanager from the Android SDK written in Python";
5353
mainProgram = "sdkmanager";
54-
license = licenses.agpl3Plus;
55-
maintainers = with maintainers; [ linsui ];
54+
license = lib.licenses.agpl3Plus;
55+
maintainers = with lib.maintainers; [ linsui ];
5656
};
5757
}

0 commit comments

Comments
 (0)