Skip to content

Commit e2f8979

Browse files
authored
pmbootstrap: 2.3.1 > 3.0.0 (#355579)
2 parents a102f13 + 625c8e4 commit e2f8979

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/pm/pmbootstrap/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ stdenv
22
, lib
33
, git
4+
, multipath-tools
45
, openssl
56
, ps
67
, fetchFromGitLab
@@ -11,14 +12,15 @@
1112

1213
python3Packages.buildPythonApplication rec {
1314
pname = "pmbootstrap";
14-
version = "2.3.1";
15+
version = "3.0.0";
1516
pyproject = true;
1617

1718
src = fetchFromGitLab {
18-
owner = "postmarketos";
19+
owner = "postmarketOS";
1920
repo = pname;
2021
rev = version;
21-
hash = "sha256-0hC84Gyfr1FOpZGAc7pAhz/QBSTA5A/Lu/ZJdzlEcX4=";
22+
hash = "sha256-hUrWMU4V7tf/qVR4geR5FsCQ+BZA+zCPTdCZGN1PMKk=";
23+
domain = "gitlab.postmarketos.org";
2224
};
2325

2426
pmb_test = "${src}/test";
@@ -89,6 +91,7 @@ python3Packages.buildPythonApplication rec {
8991
"test_newapkbuild"
9092
"test_package"
9193
"test_package_from_aports"
94+
"test_pkgrepo_pmaports"
9295
"test_pkgrel_bump"
9396
"test_pmbootstrap_status"
9497
"test_print_checks_git_repo"
@@ -110,7 +113,7 @@ python3Packages.buildPythonApplication rec {
110113
"test_version"
111114
];
112115

113-
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl ]}" ];
116+
makeWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ git openssl multipath-tools ]}" ];
114117

115118
passthru.updateScript = gitUpdater { };
116119

0 commit comments

Comments
 (0)