sxmo-utils: add Notejot app

This commit is contained in:
2023-12-30 11:41:36 +00:00
parent 0c7612c83f
commit b54ab9391b

View File

@@ -120,9 +120,14 @@ stdenv.mkDerivation rec {
hash = "sha256-EuJeHEEmewpipfpEy54pmyBaxhu5KBg7rX5n2kg+iMs="; hash = "sha256-EuJeHEEmewpipfpEy54pmyBaxhu5KBg7rX5n2kg+iMs=";
}) })
(fetchpatch { (fetchpatch {
name = "sxmo_hook_apps: add a few"; name = "apps: add Lemoa";
url = "https://git.uninsane.org/colin/sxmo-utils/commit/1c2e13401e28e3713665de6ce8f591714e65341d.patch"; url = "https://git.uninsane.org/colin/sxmo-utils/commit/54948ab328d751fc380c7fca032f0b7403070dbf.patch";
hash = "sha256-6OsHbjv2YZ1WueIlwDIRjgSTAN+UIZFHcvMhMbj6kfc="; hash = "sha256-xFvzfz4g9F3VI+wxmrz2aqGokV4YjBRlnnKg5GJbhqA=";
})
(fetchpatch {
name ="apps: add Notejot";
url = "https://git.uninsane.org/colin/sxmo-utils/commit/bb862e0f89906c4d59484414f194469626e4c229.patch";
hash = "sha256-Sjma5ZKCd3VGk7EzzY5d1JySr3L38nA87pZuMITaxGU=";
}) })
(fetchpatch { (fetchpatch {