qalculate-qt: 5.8.0 -> 5.8.1

Diff: https://github.com/qalculate/qalculate-qt/compare/v5.8.0...v5.8.1
This commit is contained in:
Doron Behar
2025-10-28 10:42:03 +02:00
parent a429d4640e
commit 0a43db73ee
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.8.0";
version = "5.8.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-tVIKvpH43fmKZ7ezTwgeQ1T9yEx2sOne49oNo6Ti2lw=";
hash = "sha256-xrhN/xacQJ2WdrM330YadZjvnmB2T7uZvFSAWA5GO2w=";
};
nativeBuildInputs = with qt6; [