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

qalculate-qt: 5.2.0 -> 5.2.0.1
This commit is contained in:
Nick Cao 2024-07-09 16:41:54 -04:00 committed by GitHub
commit 40af4dbfd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];