qalculate-qt: 5.10.0 -> 5.11.0

This commit is contained in:
R. Ryantm
2026-05-25 16:50:09 +00:00
parent 413bf4131d
commit 3e0b437088
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.10.0";
version = "5.11.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-OxcwEydEerYhFnJAeXbGW6SpjdEIAi7UOQu8958qQFs=";
hash = "sha256-5u/YA5/k7JQclIqJUKvzGEenEhndo52m23XlFjkhw78=";
};
nativeBuildInputs = with qt6; [