mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pkgs/buffybox: 3.2.0-unstable-2025-03-16 -> 3.3.0
This commit is contained in:
parent
d196099d3d
commit
5f817f208f
1 changed files with 13 additions and 8 deletions
|
@ -11,27 +11,32 @@
|
||||||
pkg-config,
|
pkg-config,
|
||||||
scdoc,
|
scdoc,
|
||||||
stdenv,
|
stdenv,
|
||||||
unstableGitUpdater,
|
gitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "buffybox";
|
pname = "buffybox";
|
||||||
version = "3.2.0-unstable-2025-03-16";
|
version = "3.3.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.postmarketos.org";
|
domain = "gitlab.postmarketos.org";
|
||||||
owner = "postmarketOS";
|
owner = "postmarketOS";
|
||||||
repo = "buffybox";
|
repo = "buffybox";
|
||||||
fetchSubmodules = true; # to use its vendored lvgl
|
fetchSubmodules = true; # to use its vendored lvgl
|
||||||
rev = "56a9867e90ece88596e330774da64cf277069b59";
|
rev = "dce41a6f07a2b63c3136409b7bcd0078299fadf9";
|
||||||
hash = "sha256-4lSgswcvvV6W1KN6QhsjeHY8MMXXC4fRYBmPE/hb0vA=";
|
hash = "sha256-n5RQg7kGS+lg7sRe5Defl3nDEha0vhc/FbwywD5wBsg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(fetchpatch2 {
|
(fetchpatch2 {
|
||||||
# https://gitlab.postmarketos.org/postmarketOS/buffybox/-/merge_requests/42
|
# This fixes a bug that might annoy you if you use something like PKCS#11
|
||||||
url = "https://gitlab.postmarketos.org/postmarketOS/buffybox/-/commit/1f0c30e88dc61b8b508696cd890393c3b7911b58.patch?full_index=1";
|
url = "https://gitlab.postmarketos.org/postmarketOS/buffybox/-/commit/d8214b522a3cc72cd4639a1dd114103a02e9218c.patch";
|
||||||
hash = "sha256-hQ6Hjfyj059j2cRfrFz9Se6xRowIGW1HVHULLYtHcS8=";
|
hash = "sha256-WxKuioJ1Fo5ARRYF/R4yULDVB4pq11phljzVGdWTV6s=";
|
||||||
|
})
|
||||||
|
(fetchpatch2 {
|
||||||
|
# Fixes up UB
|
||||||
|
url = "https://gitlab.postmarketos.org/postmarketOS/buffybox/-/commit/4e13c312241420cbb3e5cc7d4f0dd3e5d17449be.patch";
|
||||||
|
hash = "sha256-7yX6gGsptwijx+ZedSJWJKhwaoBVpxIbGK+ZiMLsIhc=";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -57,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A suite of graphical applications for the terminal";
|
description = "A suite of graphical applications for the terminal";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue