qalculate-qt: 5.8.1 -> 5.8.2

Diff: https://github.com/qalculate/qalculate-qt/compare/v5.8.1...v5.8.2
This commit is contained in:
Doron Behar
2025-11-17 21:46:38 +02:00
parent c804210700
commit 1baad24aa0
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.8.1";
version = "5.8.2";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-xrhN/xacQJ2WdrM330YadZjvnmB2T7uZvFSAWA5GO2w=";
hash = "sha256-+5LEXc5B2Kt5UifIV2owSsp7Yd412gppMeHs2YLdGYg=";
};
nativeBuildInputs = with qt6; [