Commit e65dfd41 authored by R. RyanTM's avatar R. RyanTM
Browse files

libqalculate: 3.21.0 -> 3.22.0

parent 0dc7780a
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" ];