Merge pull request #324016 from raphaelr/qalculate-qt-src

qalculate-qt: Fix source hash
This commit is contained in:
Weijia Wang 2024-07-02 17:35:07 +02:00 committed by GitHub
commit 0ff0a7bf04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${finalAttrs.version}";
hash = "sha256-jlzuLLEFi72ElVBJSRikrMMaHIVWKRUAWGyeqzuj7xw=";
hash = "sha256-suJUPeWLX+da0lQdvsDgSBRCBYmog+s4+n/w0PnPijs=";
};
nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];