libqalculate: 5.8.1 -> 5.8.2

Diff: https://github.com/qalculate/libqalculate/compare/v5.8.1...v5.8.2
This commit is contained in:
Doron Behar
2025-11-17 21:46:45 +02:00
parent 1baad24aa0
commit c8e8444eda
+2 -2
View File
@@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.8.1";
version = "5.8.2";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
tag = "v${finalAttrs.version}";
hash = "sha256-SxBO3isyxiJBwo12mVH6A/pmHxTgjfMhG6KVb7bk5B4=";
hash = "sha256-oA4AcsnyBhH6YtyHAb5Duzf5vGhY3tJT0Su3C09xOPU=";
};
outputs = [