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.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
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user