libqalculate: 2.6.2 -> 2.8.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqalculate/versions
This commit is contained in:
R. RyanTM 2018-11-09 12:35:07 -08:00 committed by Gabriel Ebner
parent e19299a8e4
commit b318ed3907

View file

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