libqalculate: 5.5.1 -> 5.5.2 (#386457)

This commit is contained in:
Doron Behar
2025-03-02 23:33:24 +02:00
committed by GitHub
+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 = [