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