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

This commit is contained in:
Doron Behar 2022-02-16 13:18:02 +02:00 committed by GitHub
commit fbc0d6d83b
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.22.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "sha256-yj6adBP9nZLXZVg62bYenfuiMeyULEql25KbDen9ljA=";
sha256 = "sha256-aRHwkdAbM164diIAIyBp1Kt6u/GLyCWTtwF4eFaWbGU=";
};
outputs = [ "out" "dev" "doc" ];