Unverified Commit 5b12257b authored by rewine's avatar rewine Committed by GitHub
Browse files

qownnotes: 25.6.5 -> 25.7.7 (#426096)

parents 8131c0ea ad8aaecc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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 =