qalculate-qt: 5.9.0 -> 5.9.0.1

This commit is contained in:
R. Ryantm
2026-01-31 00:41:34 +00:00
parent 7791ebf4d6
commit e8e2899136
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.9.0";
version = "5.9.0.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-/8Ipz+K0IEuZwvjNlvI01kGqxHOAQ8Il+XW2QYXQH8A=";
hash = "sha256-Y/hAbdU/h5fRLmGESvgam2CeBInhD9ekZ1tiOFMbaZE=";
};
nativeBuildInputs = with qt6; [