qownnotes: 22.9.0 -> 22.9.1

This commit is contained in:
R. Ryantm 2022-09-23 07:06:46 +00:00 committed by Bobby Rong
parent 2a69d6f091
commit 29fb59725d

View File

@ -5,13 +5,13 @@
mkDerivation rec {
pname = "qownnotes";
version = "22.9.0";
version = "22.9.1";
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 = "sha256-PTaOExBWx7YTdVpDDSwnPu3vt12Yfh2/FW2xwnhB9WA=";
sha256 = "sha256-uVcu14Pg9Na3qG05O03IGWp71N994S2zRyTkcSjwhrk=";
};
nativeBuildInputs = [ qmake qttools ];