qalculate-qt: Fix source hash

Version 5.2.0 has been re-tagged on the upstream GitHub repo.
This commit is contained in:
Raphael Robatsch 2024-07-02 14:19:23 +02:00
parent 0ef1870535
commit bdcba2f752

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