Skip to content

Commit

Permalink
pmbootstrap: 2.3.1 > 3.0.0 (NixOS#355579)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Nov 25, 2024
2 parents a102f13 + 625c8e4 commit e2f8979
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/by-name/pm/pmbootstrap/package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv
, lib
, git
, multipath-tools
, openssl
, ps
, fetchFromGitLab
Expand All @@ -11,14 +12,15 @@

python3Packages.buildPythonApplication rec {
pname = "pmbootstrap";
version = "2.3.1";
version = "3.0.0";
pyproject = true;

src = fetchFromGitLab {
owner = "postmarketos";
owner = "postmarketOS";
repo = pname;
rev = version;
hash = "sha256-0hC84Gyfr1FOpZGAc7pAhz/QBSTA5A/Lu/ZJdzlEcX4=";
hash = "sha256-hUrWMU4V7tf/qVR4geR5FsCQ+BZA+zCPTdCZGN1PMKk=";
domain = "gitlab.postmarketos.org";
};

pmb_test = "${src}/test";
Expand Down Expand Up @@ -89,6 +91,7 @@ python3Packages.buildPythonApplication rec {
"test_newapkbuild"
"test_package"
"test_package_from_aports"
"test_pkgrepo_pmaports"
"test_pkgrel_bump"
"test_pmbootstrap_status"
"test_print_checks_git_repo"
Expand All @@ -110,7 +113,7 @@ python3Packages.buildPythonApplication rec {
"test_version"
];

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

passthru.updateScript = gitUpdater { };

Expand Down

0 comments on commit e2f8979

Please sign in to comment.