Commit 5dcc1253 authored by R. RyanTM's avatar R. RyanTM Committed by Doron Behar
Browse files

libsForQt5.qwt: 6.2.0 -> 6.3.0

parent 107b787d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "qwt";
  version = "6.2.0";
  version = "6.3.0";

  outputs = [ "out" "dev" ];

  src = fetchurl {
    url = "mirror://sourceforge/qwt/qwt-${version}.tar.bz2";
    sha256 = "sha256-kZT2UTlV0P1zAPZxWBdQZEYBl6urGpL6EnpnpLC3FTA=";
    sha256 = "sha256-3LCFiWwoquxVGMvAjA7itOYK2nrJKdgmOfYYmFGmEpo=";
  };

  propagatedBuildInputs = [ qtbase qtsvg qttools ];