qalculate-qt: 5.2.0.1 -> 5.3.0

This commit is contained in:
R. Ryantm
2024-10-07 17:24:06 +00:00
parent 8ab1d552b8
commit b180e85aec
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.2.0.1";
version = "5.3.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${finalAttrs.version}";
hash = "sha256-kzOxOCZmu4mYYgegRBU8SMAkTiE4p1AugVAeZa8yDDE=";
hash = "sha256-uzcqkx9UiQvv/KFwsOGzIWbdIco8woKIGjjFz2avwe8=";
};
nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];