pmbootstrap: 3.4.2 -> 3.5.0 (#416877)

This commit is contained in:
Jonas Heinrich
2025-06-22 13:14:37 +02:00
committed by GitHub

View File

@@ -15,14 +15,14 @@
python3Packages.buildPythonApplication rec {
pname = "pmbootstrap";
version = "3.4.2";
version = "3.5.0";
pyproject = true;
src = fetchFromGitLab {
owner = "postmarketOS";
repo = "pmbootstrap";
tag = version;
hash = "sha256-5N8yAd/1gSzHP2wXpqZb+LpylQ/LYspJ+YaY2YaWCSs=";
hash = "sha256-wdJl7DrSm1Jht0KEqZ9+qjqlkE+Y6oBdzEHTCgIGJ84=";
domain = "gitlab.postmarketos.org";
};