File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
pkgs/by-name/pm/pmbootstrap Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{ stdenv
22, lib
33, git
4+ , multipath-tools
45, openssl
56, ps
67, fetchFromGitLab
1112
1213python3Packages . 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
You can’t perform that action at this time.
0 commit comments