qalculate-qt: 5.2.0 -> 5.2.0.1

This commit is contained in:
R. Ryantm 2024-07-09 07:45:06 +00:00
parent 655a58a72a
commit 704b5821ec

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.2.0";
version = "5.2.0.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${finalAttrs.version}";
hash = "sha256-suJUPeWLX+da0lQdvsDgSBRCBYmog+s4+n/w0PnPijs=";
hash = "sha256-kzOxOCZmu4mYYgegRBU8SMAkTiE4p1AugVAeZa8yDDE=";
};
nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];