mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
pmbootstrap: 3.4.0 -> 3.4.2 (#412686)
This commit is contained in:
commit
14d8edfd25
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue