Commit 5e26d24b authored by Mauricio Collares's avatar Mauricio Collares
Browse files

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.
parent 3dc704ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''