From b54ab9391bf243e02bbdcc40d21488f668465f50 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 30 Dec 2023 11:41:36 +0000 Subject: [PATCH] sxmo-utils: add Notejot app --- pkgs/additional/sxmo-utils/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/additional/sxmo-utils/default.nix b/pkgs/additional/sxmo-utils/default.nix index b5d9ee879..ee759b2c9 100644 --- a/pkgs/additional/sxmo-utils/default.nix +++ b/pkgs/additional/sxmo-utils/default.nix @@ -120,9 +120,14 @@ stdenv.mkDerivation rec { hash = "sha256-EuJeHEEmewpipfpEy54pmyBaxhu5KBg7rX5n2kg+iMs="; }) (fetchpatch { - name = "sxmo_hook_apps: add a few"; - url = "https://git.uninsane.org/colin/sxmo-utils/commit/1c2e13401e28e3713665de6ce8f591714e65341d.patch"; - hash = "sha256-6OsHbjv2YZ1WueIlwDIRjgSTAN+UIZFHcvMhMbj6kfc="; + name = "apps: add Lemoa"; + url = "https://git.uninsane.org/colin/sxmo-utils/commit/54948ab328d751fc380c7fca032f0b7403070dbf.patch"; + hash = "sha256-xFvzfz4g9F3VI+wxmrz2aqGokV4YjBRlnnKg5GJbhqA="; + }) + (fetchpatch { + name ="apps: add Notejot"; + url = "https://git.uninsane.org/colin/sxmo-utils/commit/bb862e0f89906c4d59484414f194469626e4c229.patch"; + hash = "sha256-Sjma5ZKCd3VGk7EzzY5d1JySr3L38nA87pZuMITaxGU="; }) (fetchpatch {