pmbootstrap: 3.4.0 -> 3.4.2 (#412686)

This commit is contained in:
Jonas Heinrich 2025-06-02 13:19:06 +02:00 committed by GitHub
commit 14d8edfd25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pmbootstrap"; pname = "pmbootstrap";
version = "3.4.0"; version = "3.4.2";
pyproject = true; pyproject = true;
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "postmarketOS"; owner = "postmarketOS";
repo = "pmbootstrap"; repo = "pmbootstrap";
tag = version; tag = version;
hash = "sha256-vNa0MMU5NHO8RjgfKxNjhQDKQ2Rd/ZGU0HndOD2Sypo="; hash = "sha256-5N8yAd/1gSzHP2wXpqZb+LpylQ/LYspJ+YaY2YaWCSs=";
domain = "gitlab.postmarketos.org"; domain = "gitlab.postmarketos.org";
}; };
@ -80,7 +80,7 @@ python3Packages.buildPythonApplication rec {
meta = { meta = {
description = "Sophisticated chroot/build/flash tool to develop and install postmarketOS"; description = "Sophisticated chroot/build/flash tool to develop and install postmarketOS";
homepage = "https://gitlab.com/postmarketOS/pmbootstrap"; homepage = "https://gitlab.postmarketos.org/postmarketOS/pmbootstrap";
license = lib.licenses.gpl3Plus; license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ maintainers = with lib.maintainers; [
onny onny