libqalculate: 3.20.1 -> 3.21.0

This commit is contained in:
R. Ryantm 2021-11-03 10:29:40 +00:00
parent cbb7455d73
commit 1917873d21

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "libqalculate";
version = "3.20.1";
version = "3.21.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "sha256-8SYI8CoeTfZXX0CgLnfl0rHwUZbYM7OGYzFQ41jm5Qs=";
sha256 = "sha256-aKNoLkqpnC+jOvqs7S7SYBu+5VZ+hHHzBkwccg+kYMQ=";
};
outputs = [ "out" "dev" "doc" ];