lol

xxe-pe: 10.1.0 → 10.2.0

https://www.xmlmind.com/pipermail/xmleditor-support/2022-July/012797.html

Old version has broken src URL.

+2 -2
+2 -2
pkgs/applications/editors/xxe-pe/default.nix
··· 24 in 25 stdenv.mkDerivation rec { 26 pname = "xxe-pe"; 27 - version = "10.1.0"; 28 29 src = 30 assert !acceptLicense -> throw '' ··· 35 ''; 36 fetchurl { 37 url = "https://www.xmlmind.com/xmleditor/_download/xxe-perso-${builtins.replaceStrings [ "." ] [ "_" ] version}.zip"; 38 - sha256 = "sha256-AeyaJSEJQQJ/XxvaIky4fnEr+7fVAEqhSxtYhN8L2JA="; 39 }; 40 41 nativeBuildInputs = [
··· 24 in 25 stdenv.mkDerivation rec { 26 pname = "xxe-pe"; 27 + version = "10.2.0"; 28 29 src = 30 assert !acceptLicense -> throw '' ··· 35 ''; 36 fetchurl { 37 url = "https://www.xmlmind.com/xmleditor/_download/xxe-perso-${builtins.replaceStrings [ "." ] [ "_" ] version}.zip"; 38 + sha256 = "sha256-JZ9nQwMrQL/1HKGwvXoWlnTx55ZK/UYjMJAddCtm0rw="; 39 }; 40 41 nativeBuildInputs = [