mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qownnotes: 25.5.10 -> 25.6.0
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
This commit is contained in:
parent
f37a529a38
commit
3e5e1cf05e
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
qt6Packages,
|
qt6Packages,
|
||||||
cmake,
|
cmake,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
botan2,
|
botan3,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
installShellFiles,
|
installShellFiles,
|
||||||
|
@ -17,11 +17,11 @@
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "qownnotes";
|
pname = "qownnotes";
|
||||||
appname = "QOwnNotes";
|
appname = "QOwnNotes";
|
||||||
version = "25.5.10";
|
version = "25.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/pbek/QOwnNotes/releases/download/v${finalAttrs.version}/qownnotes-${finalAttrs.version}.tar.xz";
|
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 =
|
nativeBuildInputs =
|
||||||
|
@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
qt6Packages.qtdeclarative
|
qt6Packages.qtdeclarative
|
||||||
qt6Packages.qtsvg
|
qt6Packages.qtsvg
|
||||||
qt6Packages.qtwebsockets
|
qt6Packages.qtwebsockets
|
||||||
botan2
|
botan3
|
||||||
] ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ];
|
] ++ lib.optionals stdenv.hostPlatform.isLinux [ qt6Packages.qtwayland ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue