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

libqalculate: 2.8.1 -> 2.8.2
This commit is contained in:
Gabriel Ebner 2018-12-17 09:46:14 +01:00 committed by GitHub
commit bc09fb3c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "libqalculate-${version}";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "1fakvv5vvx99pp5x72djp3313jxjwfhsl34gbyrpgkj5b4nnm7mz";
sha256 = "10d3dcq8zprj1bnhq6gl9smpbv7fq0nx3jw9s3f8lkl3bavc34ca";
};
outputs = [ "out" "dev" "doc" ];