libqalculate: 5.5.1 -> 5.5.2

This commit is contained in:
cyclopentane
2025-03-02 20:33:57 +01:00
parent 359c7c943c
commit 141d29af7d
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.5.1";
version = "5.5.2";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
hash = "sha256-bx0a64EyF6/QzpQ6acgs4VO61Mvv1a/VXJyUQ7ksdxI=";
hash = "sha256-sjVvsgDQbKXU+N7JrA36zezDfAGcDbyQ0fn1zMThYXQ=";
};
outputs = [