qalculate-qt: 5.8.1 -> 5.8.2

This commit is contained in:
R. Ryantm
2025-11-17 19:05:25 +00:00
parent 1dcdb7dcba
commit f375db0e81
+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; [