Unverified Commit a98017a5 authored by Gabriel Ebner's avatar Gabriel Ebner Committed by GitHub
Browse files

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

libqalculate: 3.21.0 -> 3.22.0
parents 08586ff5 e65dfd41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];