qalculate-qt: 5.9.0.1 -> 5.10.0

Diff: https://github.com/qalculate/qalculate-qt/compare/v5.9.0.1...v5.10.0
This commit is contained in:
Doron Behar
2026-03-31 10:38:32 +03:00
parent 7c2637f965
commit cf66173156
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.9.0.1";
version = "5.10.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-Y/hAbdU/h5fRLmGESvgam2CeBInhD9ekZ1tiOFMbaZE=";
hash = "sha256-OxcwEydEerYhFnJAeXbGW6SpjdEIAi7UOQu8958qQFs=";
};
nativeBuildInputs = with qt6; [