qownnotes: 25.6.5 -> 25.7.7
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
c5cdf10b03
commit
ad8aaecc37
@ -54,7 +54,9 @@
|
|||||||
machine.send_key("ret")
|
machine.send_key("ret")
|
||||||
machine.wait_for_text("Nextcloud")
|
machine.wait_for_text("Nextcloud")
|
||||||
machine.send_key("ret")
|
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")
|
machine.send_key("ret")
|
||||||
|
|
||||||
# Doesn't work for non-root
|
# Doesn't work for non-root
|
||||||
|
|||||||
@ -18,11 +18,11 @@
|
|||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qownnotes";
|
pname = "qownnotes";
|
||||||
appname = "QOwnNotes";
|
appname = "QOwnNotes";
|
||||||
version = "25.6.5";
|
version = "25.7.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
|
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-P53v7Zcx6TtCRyFUTea9tpYTFx6DpXL5R60uH8qcbXk=";
|
hash = "sha256-9ldUIT3pQlkO2YhQ3cF9H6Soe8IU4AGEGNRWg0LA1MQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user