summary refs log tree commit diff
path: root/pkgs/applications/editors/xxe-pe/default.nix
diff options
context:
space:
mode:
authortshaynik <tshaynik@protonmail.com>2022-05-03 16:42:27 -0400
committertshaynik <tshaynik@protonmail.com>2022-05-03 16:42:27 -0400
commit4eba1e11bbb9598e2890cfc91283a872c9d367bb (patch)
treeec4a2d0a479c2a5b963273e14e73227163d586d8 /pkgs/applications/editors/xxe-pe/default.nix
parent5974e3319f6bc4624e98ae5f3071f592befd4889 (diff)
downloadnixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar.gz
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar.bz2
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar.lz
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar.xz
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.tar.zst
nixpkgs-4eba1e11bbb9598e2890cfc91283a872c9d367bb.zip
xxe-pe: 9.4.0 -> 10.1.0
Old version is no longer installable. Bump to the current version.
Diffstat (limited to 'pkgs/applications/editors/xxe-pe/default.nix')
-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 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 = [