mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qownnotes: 25.5.10 -> 25.6.0 (#413012)
This commit is contained in:
commit
b51b24675d
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue