qalculate-qt: 5.9.0.1 -> 5.10.0

This commit is contained in:
R. Ryantm
2026-03-30 19:10:04 +00:00
parent 459e685376
commit 3593c4e114
+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; [