qalculate-qt: 4.2.0 -> 4.3.0

This commit is contained in:
4825764518 2022-09-08 16:16:51 -04:00
parent 6f2eb7c6c3
commit 4dbacd4930
No known key found for this signature in database
GPG Key ID: 78DB7EDE3540794B

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qalculate-qt";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${version}";
sha256 = "sha256-7H1nQLJBiuTj/GwojfOPpRbDseOHvLa94LK+bXvLhws=";
sha256 = "sha256-zznLCTbHX7VDMgW3b709snxSEtoF8k4xJBk3MdgFPNk=";
};
nativeBuildInputs = [ qmake intltool pkg-config wrapQtAppsHook ];