Merge pull request #161991 from totoroot/update/qownnotes-22.2.9

qownnotes: 22.2.7 -> 22.2.9
This commit is contained in:
Bobby Rong 2022-02-27 13:22:11 +08:00 committed by GitHub
commit f23d45dcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "22.2.7";
version = "22.2.9";
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 = "f7c97f3dc3435ecdc740131548aacd390332c8b97c4e6fee98a3e80985786533";
sha256 = "ced99f4b2106148c683267c2c5ccc5902dc6b98249eb7c132dde2bd6ea37bc34";
};
nativeBuildInputs = [ qmake qttools ];