Merge pull request #196518 from r-ryantm/auto-update/qalculate-qt

qalculate-qt: 4.3.0 -> 4.4.0
This commit is contained in:
José Romildo Malaquias 2022-10-19 07:27:04 -03:00 committed by GitHub
commit bfdef32bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "qalculate-qt";
version = "4.3.0";
version = "4.4.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${version}";
sha256 = "sha256-zznLCTbHX7VDMgW3b709snxSEtoF8k4xJBk3MdgFPNk=";
sha256 = "sha256-C3alvl8hLxUy+soSjfxlNQ++QTcU9Gong1ydVpu8xGs=";
};
nativeBuildInputs = [ qmake intltool pkg-config wrapQtAppsHook ];