Merge pull request #129912 from pbek/patch-2

This commit is contained in:
Sandro 2021-07-14 03:46:19 +02:00 committed by GitHub
commit 0d45160a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "21.5.2";
version = "21.7.4";
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 = "cf68dc78e641ca66403621cef4002ddd09463ead2eb060812d8124d6749ba03b";
sha256 = "3957dc623b419582ef7ccc5cb04b8f97bed4e96e8ecc2e99bef9dca7ce255b8e";
};
nativeBuildInputs = [ qmake qttools ];