qownnotes: 25.6.5 -> 25.7.7

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2025-07-17 14:59:01 +02:00
parent c5cdf10b03
commit ad8aaecc37
No known key found for this signature in database
GPG Key ID: 75960E6926556207
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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 =