Merge pull request #92381 from r-ryantm/auto-update/pentobi

pentobi: 18.0 -> 18.1
This commit is contained in:
Benjamin Hipple 2020-07-05 19:22:01 -04:00 committed by GitHub
commit 1809db0ae1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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