qalculate-qt: 5.7.0 -> 5.8.0

Diff: https://github.com/qalculate/qalculate-qt/compare/v5.7.0...v5.8.0
This commit is contained in:
Doron Behar
2025-10-14 19:32:09 +03:00
parent e657b89662
commit 0e181ba503

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.7.0";
version = "5.8.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-FvPJLPG5rFd7I3RTEQsLZ7bY9qWnMb32PUYAuiCbA8s=";
hash = "sha256-tVIKvpH43fmKZ7ezTwgeQ1T9yEx2sOne49oNo6Ti2lw=";
};
nativeBuildInputs = with qt6; [