From 4eba1e11bbb9598e2890cfc91283a872c9d367bb Mon Sep 17 00:00:00 2001 From: tshaynik Date: Tue, 3 May 2022 16:42:27 -0400 Subject: [PATCH] xxe-pe: 9.4.0 -> 10.1.0 Old version is no longer installable. Bump to the current version. --- pkgs/applications/editors/xxe-pe/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/xxe-pe/default.nix b/pkgs/applications/editors/xxe-pe/default.nix index 8734f4d31c8..191ed6d2d42 100644 --- a/pkgs/applications/editors/xxe-pe/default.nix +++ b/pkgs/applications/editors/xxe-pe/default.nix @@ -24,7 +24,7 @@ let in stdenv.mkDerivation rec { pname = "xxe-pe"; - version = "9.4.0"; + version = "10.1.0"; src = assert !acceptLicense -> throw '' @@ -35,7 +35,7 @@ stdenv.mkDerivation rec { ''; fetchurl { url = "https://www.xmlmind.com/xmleditor/_download/xxe-perso-${builtins.replaceStrings [ "." ] [ "_" ] version}.zip"; - sha256 = "FKPdf9cOpgm/WG2i8bFnR6MmEifpiq5ykw2zHA8HnT8="; + sha256 = "sha256-AeyaJSEJQQJ/XxvaIky4fnEr+7fVAEqhSxtYhN8L2JA="; }; nativeBuildInputs = [