Loading nixos/tests/qownnotes.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ machine.wait_for_text("Note folder") machine.send_key("ret") machine.wait_for_console_text("Note path '/home/alice/Notes' was now created.") machine.wait_for_text("Panel layout") machine.wait_for_text("Layout preset") machine.send_key("ret") machine.wait_for_text("Nextcloud") machine.send_key("ret") Loading pkgs/by-name/qo/qownnotes/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "qownnotes"; appname = "QOwnNotes"; version = "26.4.11"; version = "26.4.14"; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; hash = "sha256-5V5fBxDlTjuj0RxxR4QcBlFmiSAWpRUxIZjpRzdDVJo="; hash = "sha256-LiznKJRaXMNQUO/iomWGn8IDlRnWYtZQKDFVL5Vl3ZQ="; }; nativeBuildInputs = [ Loading Loading
nixos/tests/qownnotes.nix +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ machine.wait_for_text("Note folder") machine.send_key("ret") machine.wait_for_console_text("Note path '/home/alice/Notes' was now created.") machine.wait_for_text("Panel layout") machine.wait_for_text("Layout preset") machine.send_key("ret") machine.wait_for_text("Nextcloud") machine.send_key("ret") Loading
pkgs/by-name/qo/qownnotes/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,11 +19,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "qownnotes"; appname = "QOwnNotes"; version = "26.4.11"; version = "26.4.14"; src = fetchurl { url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz"; hash = "sha256-5V5fBxDlTjuj0RxxR4QcBlFmiSAWpRUxIZjpRzdDVJo="; hash = "sha256-LiznKJRaXMNQUO/iomWGn8IDlRnWYtZQKDFVL5Vl3ZQ="; }; nativeBuildInputs = [ Loading