xxe-pe: 9.4.0 -> 10.1.0

Old version is no longer installable. Bump to the current version.
This commit is contained in:
tshaynik 2022-05-03 16:42:27 -04:00
parent 5974e3319f
commit 4eba1e11bb

View File

@ -24,7 +24,7 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xxe-pe"; pname = "xxe-pe";
version = "9.4.0"; version = "10.1.0";
src = src =
assert !acceptLicense -> throw '' assert !acceptLicense -> throw ''
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
''; '';
fetchurl { fetchurl {
url = "https://www.xmlmind.com/xmleditor/_download/xxe-perso-${builtins.replaceStrings [ "." ] [ "_" ] version}.zip"; url = "https://www.xmlmind.com/xmleditor/_download/xxe-perso-${builtins.replaceStrings [ "." ] [ "_" ] version}.zip";
sha256 = "FKPdf9cOpgm/WG2i8bFnR6MmEifpiq5ykw2zHA8HnT8="; sha256 = "sha256-AeyaJSEJQQJ/XxvaIky4fnEr+7fVAEqhSxtYhN8L2JA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [