We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 507af2c + 9f8eef1 commit 92c1dd0Copy full SHA for 92c1dd0
pkgs/by-name/bu/buffybox/package.nix
@@ -15,15 +15,15 @@
15
16
stdenv.mkDerivation (finalAttrs: {
17
pname = "buffybox";
18
- version = "3.2.0-unstable-2025-02-27";
+ version = "3.2.0-unstable-2025-03-12";
19
20
src = fetchFromGitLab {
21
domain = "gitlab.postmarketos.org";
22
owner = "postmarketOS";
23
repo = "buffybox";
24
fetchSubmodules = true; # to use its vendored lvgl
25
- rev = "6bf7a8406f3a3fa79831d2d151e519b703b9e135";
26
- hash = "sha256-q3TNYRv5Cim+WklXw2ZTW6Ico1h8Xxs9MhTFhHZUMW0=";
+ rev = "3196e47d519c78b56a8d4b75ad7a280c92c91d23";
+ hash = "sha256-Zl/QmOJbY/lxoCYD6SpUHiiTTDOStUSn3+6xOuiGGBo=";
27
};
28
29
depsBuildBuild = [
0 commit comments