Skip to content

Commit

Permalink
qownnotes: 23.10.1 -> 23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Oct 31, 2023
1 parent 8399ec9 commit 8a469e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/qownnotes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
let
pname = "qownnotes";
appname = "QOwnNotes";
version = "23.10.1";
version = "23.11.0";
in
stdenv.mkDerivation {
inherit pname appname version;

src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz";
hash = "sha256-+BtzN+CdaxriA466m6aF0y7Jdvx1DGtSR+i6gGeAxSM=";
hash = "sha256-pLhnxxOW5ZJPtDvdIDGM9IpBfJgsmzPsBwRUakjoS2o=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions modules/mixins/desktop-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@
# libsForQt5.qt5.qtxmlpatterns
# libsForQt5.qt5.wrapQtAppsHook

qownnotes
# (pkgs.qt6Packages.callPackage ../../apps/qownnotes/default.nix { })
# qownnotes
(pkgs.qt6Packages.callPackage ../../apps/qownnotes/default.nix { })
qc
# (pkgs.callPackage ../../apps/qc/default.nix { })
loganalyzer
Expand Down

0 comments on commit 8a469e9

Please sign in to comment.