qownnotes: 22.7.6 -> 22.8.0

This commit is contained in:
夜坂雅 2022-08-04 07:23:28 +08:00
parent 7b9be38c72
commit 880a1076b2
No known key found for this signature in database
GPG key ID: A24CE3ACA80FD3E4
2 changed files with 3 additions and 3 deletions

View file

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "22.7.6";
version = "22.8.0";
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
# Fetch the checksum of current version with curl:
# curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256
sha256 = "d2f0b6f62714495dd14387535ab34c0cf94d1679c5db4a257ef87bb855b7771b";
sha256 = "37ae0952119341b7a07a80bb79e732d91edab3a684b6b9a626e5a9d13a97fad1";
};
nativeBuildInputs = [ qmake qttools ];

View file

@ -10053,7 +10053,7 @@ with pkgs;
qosmic = libsForQt5.callPackage ../applications/graphics/qosmic { };
qownnotes = libsForQt514.callPackage ../applications/office/qownnotes { };
qownnotes = libsForQt5.callPackage ../applications/office/qownnotes { };
qpdf = callPackage ../development/libraries/qpdf { };