qownnotes: 19.3.4 -> 19.4.1 (#59040)

This commit is contained in:
Will Dietz 2019-04-06 05:14:58 -05:00 committed by Timo Kaufmann
parent f8eec8dc34
commit f3724d77a1

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qownnotes";
version = "19.3.4";
version = "19.4.1";
src = fetchurl {
url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz";
# Can grab official version like so:
# $ curl https://download.tuxfamily.org/qownnotes/src/qownnotes-19.1.8.tar.xz.sha256
sha256 = "4e2d25acf596ed3a759b298e39f6f8bea001c0625e143616bf97560913d7f86f";
sha256 = "c0232dda44591033c2ed29ce0a52ba3539b2f2180d1862a18dd4f677063896cb";
};
nativeBuildInputs = [ qmake qttools ];