qownnotes: update hash to upstream provided format

So that we can get the checksum from upstream with the curl command in
the comment.

No rebuild.
This commit is contained in:
Bjørn Forsman 2022-11-14 21:24:49 +01:00
parent 641be3777b
commit 00287cc23d

View File

@ -11,7 +11,7 @@ mkDerivation rec {
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
hash = "sha256-oZLbplYn1AYCv/fPb2dotpQeb8MITx7F5Tc4Wxd65Ew=";
sha256 = "a192dba65627d40602bff7cf6f6768b6941e6fc3084f1ec5e537385b177ae44c";
};
nativeBuildInputs = [ qmake qttools ];