qwt6_qt4: 6.1.4 -> 6.1.5

This commit is contained in:
R. RyanTM 2020-07-10 20:18:09 +00:00 committed by Frederik Rietdijk
parent 2c58c24ef8
commit 6c2059b334
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, qt4, qmake4Hook, AGL }:
stdenv.mkDerivation rec {
name = "qwt-6.1.4";
name = "qwt-6.1.5";
src = fetchurl {
url = "mirror://sourceforge/qwt/${name}.tar.bz2";
sha256 = "1navkcnmn0qz8kzsyqmk32d929zl72l0b580w1ica7z5559j2a8m";
sha256 = "0hf0mpca248xlqn7xnzkfj8drf19gdyg5syzklvq8pibxiixwxj0";
};
buildInputs = [