Loading nixos/tests/qownnotes.nix +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ machine.send_key("ret") machine.wait_for_text("Nextcloud") machine.send_key("ret") machine.wait_for_text("App metric") # OCR can't detect "App metric" anymore, so we will wait for another text machine.wait_for_text("Open network settings") machine.send_key("ret") # Doesn't work for non-root Loading pkgs/by-name/qo/qownnotes/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "qownnotes"; appname = "QOwnNotes"; version = "25.6.5"; version = "25.7.7"; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; hash = "sha256-P53v7Zcx6TtCRyFUTea9tpYTFx6DpXL5R60uH8qcbXk="; hash = "sha256-9ldUIT3pQlkO2YhQ3cF9H6Soe8IU4AGEGNRWg0LA1MQ="; }; nativeBuildInputs = Loading Loading
nixos/tests/qownnotes.nix +3 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,9 @@ machine.send_key("ret") machine.wait_for_text("Nextcloud") machine.send_key("ret") machine.wait_for_text("App metric") # OCR can't detect "App metric" anymore, so we will wait for another text machine.wait_for_text("Open network settings") machine.send_key("ret") # Doesn't work for non-root Loading
pkgs/by-name/qo/qownnotes/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "qownnotes"; appname = "QOwnNotes"; version = "25.6.5"; version = "25.7.7"; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; hash = "sha256-P53v7Zcx6TtCRyFUTea9tpYTFx6DpXL5R60uH8qcbXk="; hash = "sha256-9ldUIT3pQlkO2YhQ3cF9H6Soe8IU4AGEGNRWg0LA1MQ="; }; nativeBuildInputs = Loading