Skip to content

Commit

Permalink
Merge pull request #119040 from r-ryantm/auto-update/libqalculate
Browse files Browse the repository at this point in the history
libqalculate: 3.17.0 -> 3.18.0
  • Loading branch information
gebner committed Apr 10, 2021
2 parents 7ed23e3 + 723a8da commit cb6a191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqalculate/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "libqalculate";
version = "3.17.0";
version = "3.18.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "sha256-VlKJrGZOMmnWFmdwV3SchBfyRsHM78eNV+uWONLZbJI=";
sha256 = "sha256-cQNcKa/mEdeH1MaLhj203MOphfYDTQ5pn/GzUmSZGcE=";
};

outputs = [ "out" "dev" "doc" ];
Expand Down

0 comments on commit cb6a191

Please sign in to comment.