about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-05-15 23:59:35 +0800
committerGitHub <noreply@github.com>2022-05-15 23:59:35 +0800
commitf3194760f1e6f5e5e92d8a4302bc58b80e399ba7 (patch)
treeb8cc93000de041111fe426cadfc7f1bee0a767e7 /pkgs/applications/editors
parent782b483c9679d45f1941706947fc0cf88f382ef3 (diff)
parent4eba1e11bbb9598e2890cfc91283a872c9d367bb (diff)
Merge pull request #171445 from tshaynik/xxe-pe-bump
xxe-pe: 9.4.0 -> 10.1.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/xxe-pe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/xxe-pe/default.nix b/pkgs/applications/editors/xxe-pe/default.nix
index 8734f4d31c82d..191ed6d2d4218 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 = [