qalculate-qt: 5.8.2 -> 5.9.0

This commit is contained in:
R. Ryantm
2026-01-19 16:27:48 +00:00
parent 68c13d95ac
commit 1f2d2bf1c0
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.8.2";
version = "5.9.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-+5LEXc5B2Kt5UifIV2owSsp7Yd412gppMeHs2YLdGYg=";
hash = "sha256-/8Ipz+K0IEuZwvjNlvI01kGqxHOAQ8Il+XW2QYXQH8A=";
};
nativeBuildInputs = with qt6; [