qownnotes: 25.5.10 -> 25.6.0

Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
Patrizio Bekerle 2025-06-01 21:40:00 +02:00
parent f37a529a38
commit 3e5e1cf05e
No known key found for this signature in database
GPG key ID: 75960E6926556207

View file

@ -5,7 +5,7 @@
qt6Packages,
cmake,
makeWrapper,
botan2,
botan3,
pkg-config,
nixosTests,
installShellFiles,
@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qownnotes";
appname = "QOwnNotes";
version = "25.5.10";
version = "25.6.0";
src = fetchurl {
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
hash = "sha256-P8vBLDnkBjTU/x47ka0Ps3nR+Wi4C6Gx+d0sP8lF/xM=";
hash = "sha256-RUW8fWPJxTq7Ya+uZ6xGg7URHc+ojuBs9g++UXrK9I0=";
};
nativeBuildInputs =
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
qt6Packages.qtdeclarative
qt6Packages.qtsvg
qt6Packages.qtwebsockets
botan2
botan3
] ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ];
cmakeFlags = [