pmbootstrap: 3.6.0 -> 3.7.0 (#471412)

This commit is contained in:
Aleksana
2025-12-17 07:53:16 +00:00
committed by GitHub
+3 -2
View File
@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "pmbootstrap";
version = "3.6.0";
version = "3.7.0";
pyproject = true;
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "pmbootstrap";
tag = version;
hash = "sha256-sO042kmozpGbiojkivs4xbYDgVV4nVbiWkfxnbJFOJg=";
hash = "sha256-l8y1GoNZd6JeWzO2TI0GIVc/WlMv9EunFGH94pZ7ibk=";
domain = "gitlab.postmarketos.org";
};
@@ -84,6 +84,7 @@ python3Packages.buildPythonApplication rec {
maintainers = with lib.maintainers; [
onny
lucasew
ungeskriptet
];
mainProgram = "pmbootstrap";
};