File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 11{
22 fetchFromGitLab ,
3+ fetchpatch2 ,
34 inih ,
45 lib ,
56 libdrm ,
1516
1617stdenv . mkDerivation ( finalAttrs : {
1718 pname = "buffybox" ;
18- version = "3.2.0-unstable-2025-03-12 " ;
19+ version = "3.2.0-unstable-2025-03-16 " ;
1920
2021 src = fetchFromGitLab {
2122 domain = "gitlab.postmarketos.org" ;
2223 owner = "postmarketOS" ;
2324 repo = "buffybox" ;
2425 fetchSubmodules = true ; # to use its vendored lvgl
25- rev = "3196e47d519c78b56a8d4b75ad7a280c92c91d23 " ;
26- hash = "sha256-Zl/QmOJbY/lxoCYD6SpUHiiTTDOStUSn3+6xOuiGGBo =" ;
26+ rev = "56a9867e90ece88596e330774da64cf277069b59 " ;
27+ hash = "sha256-4lSgswcvvV6W1KN6QhsjeHY8MMXXC4fRYBmPE/hb0vA =" ;
2728 } ;
2829
30+ patches = [
31+ ( fetchpatch2 {
32+ # https://gitlab.postmarketos.org/postmarketOS/buffybox/-/merge_requests/42
33+ url = "https://gitlab.postmarketos.org/postmarketOS/buffybox/-/commit/1f0c30e88dc61b8b508696cd890393c3b7911b58.patch?full_index=1" ;
34+ hash = "sha256-hQ6Hjfyj059j2cRfrFz9Se6xRowIGW1HVHULLYtHcS8=" ;
35+ } )
36+ ] ;
37+
2938 depsBuildBuild = [
3039 pkg-config
3140 ] ;
You can’t perform that action at this time.
0 commit comments