pentobi: 17.3 -> 18.0

This commit is contained in:
R. RyanTM 2020-05-23 00:02:02 +00:00 committed by Jon
parent 9cab8fcb45
commit ad13d3a7e9

View file

@ -5,12 +5,12 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "17.3";
version = "18.0";
pname = "pentobi";
src = fetchurl {
url = "mirror://sourceforge/pentobi/${pname}-${version}.tar.xz";
sha256 = "00c495i4vrji9hs7v8xr9gm8yqs97bfk2wzsayhps11hmbqzllx9";
sha256 = "0dlvshywxijl0hrkl66szamcr77arh118f44ngr1ail8mg1fx1fy";
};
nativeBuildInputs = [ cmake docbook_xsl wrapQtAppsHook ];