Merge pull request #149339 from r-ryantm/auto-update/libqalculate

libqalculate: 3.21.0 -> 3.22.0
This commit is contained in:
Gabriel Ebner 2021-12-07 12:57:53 +01:00 committed by GitHub
commit a98017a5f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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