libsForQt5.qwt: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm
2024-09-16 16:30:26 +03:00
committed by Doron Behar
parent 107b787d20
commit 5dcc1253d4
+2 -2
View File
@@ -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 ];