qownnotes: 19.10.10 -> 19.11.4

This commit is contained in:
Will Dietz 2019-11-17 06:12:02 -06:00
parent a21cb75242
commit 0bc5af8df1
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "19.10.10";
version = "19.11.14";
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 = "1zhszlrcmi8l96wq6hp48d8qv16jlyni02wf41dvh5r9ccfwlq42";
sha256 = "8faa67720443fc9a116feae3e7d641922a08814b9af4d973d348ff8a0ee0e35d";
};
nativeBuildInputs = [ qmake qttools ];