From 5e26d24b52f8ad8d9460427e63c1661d23623bf8 Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Thu, 25 Jul 2024 17:51:33 +0200 Subject: [PATCH] jmol: update hash I have compared the two tarballs (thanks Cachix!), and it seems like upstream released a new version of both Jmol and jsmol (which is generated by compiling Java into JavaScript using java2script) to include the changes in https://sourceforge.net/p/jmol/code/22627/. The changes in jsmol are easier to audit since they do not contain binary data, and they look OK. The three Jmol `.jar` files also changed; I haven't audited the Java bytecode, but the list of changed files is compatible with the above commit. --- pkgs/applications/science/chemistry/jmol/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/chemistry/jmol/default.nix b/pkgs/applications/science/chemistry/jmol/default.nix index 8bdd3f4b5da6..3e9cd1aaeaa6 100644 --- a/pkgs/applications/science/chemistry/jmol/default.nix +++ b/pkgs/applications/science/chemistry/jmol/default.nix @@ -32,7 +32,7 @@ stdenv.mkDerivation rec { baseVersion = "${lib.versions.major version}.${lib.versions.minor version}"; in fetchurl { url = "mirror://sourceforge/jmol/Jmol/Version%20${baseVersion}/Jmol%20${version}/Jmol-${version}-binary.tar.gz"; - hash = "sha256-Lpy5A7TWxSrBeGSsp+HlEXDrbkB840QZlvIeop6YUTw="; + hash = "sha256-uOPRdTmEbU376G7a7om5UpBjemkN170PwGCskJY41HE="; }; patchPhase = ''