libqalculate: 5.1.1 -> 5.2.0

This commit is contained in:
R. Ryantm 2024-06-29 12:48:33 +00:00
parent 7de69e22ab
commit 01bd644352

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.1.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
hash = "sha256-cmH92gdQ+fmtOLgx5ibKqLZaQFzx2z+GuXhR62dtftk=";
hash = "sha256-puNzw/3oWph76um4eNuEftvWPmjC1cZIXKU9pWB++jE=";
};
outputs = [ "out" "dev" "doc" ];