qownnotes: 22.7.1 -> 22.7.6

This commit is contained in:
Matthias Thym 2022-07-24 15:18:28 +02:00
parent 02f91e2d44
commit 370228834d

View file

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "22.7.1";
version = "22.7.6";
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 = "9431a3315a533799525217e5ba03757b3c39e8259bf307c81330304f043b8b77";
sha256 = "d2f0b6f62714495dd14387535ab34c0cf94d1679c5db4a257ef87bb855b7771b";
};
nativeBuildInputs = [ qmake qttools ];