whalebird: 4.6.5 -> 4.7.4

This commit is contained in:
colin 2023-01-13 09:06:09 +00:00
parent d6e79c4d07
commit 45695aed6b
3 changed files with 11 additions and 2 deletions

View File

@ -60,7 +60,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-RM4ZprjMlUTMD0huOPQceF0ujXG2xk7LE1fGXfcg71g=",
"narHash": "sha256-p1wrbL/kn2RGGQaPms2hqK9QrPu9vTQwGT2ZT7Gh+Tc=",
"path": "nixpatches",
"type": "path"
},

View File

@ -151,7 +151,9 @@ let
# vlc remembers play position in ~/.config/vlc/vlc-qt-interface.conf
{ pkg = vlc; dir = [ ".config/vlc" ]; }
whalebird # pleroma client. input is broken on phosh
# pleroma client (Electron). input is broken on phosh.
{ pkg = whalebird; private = [ ".config/Whalebird" ]; }
xdg-utils # for xdg-open
xterm # broken on phosh
]

View File

@ -19,6 +19,13 @@
sha256 = "sha256-Cendm7a23qj/YRBj5qVM8jhl9oTpztaDEkXcSG4dJys=";
})
# whalebird: 4.6.5 -> 4.7.4
(fetchpatch {
# url = "https://git.uninsane.org/colin/nixpkgs/compare/master...pr.whalebird-4.7.4.diff";
url = "https://git.uninsane.org/colin/nixpkgs/commit/e0938284055f4ee40c8abe38d0fff0b5ea694782.diff";
sha256 = "sha256-hQJQExOuzTP0aj14Vc8kcjxf+ErTXXZBZji/pglvGA0=";
})
./2022-12-19-i2p-aarch64.patch
# # kaiteki: init at 2022-09-03