Skip to content

Commit

Permalink
Merge pull request #90013 from r-ryantm/auto-update/jmol
Browse files Browse the repository at this point in the history
jmol: 14.30.2 -> 14.31.0
  • Loading branch information
markuskowa committed Jun 10, 2020
2 parents 9ad9ad8 + c04e2c4 commit 86d193c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/jmol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ let
};
in
stdenv.mkDerivation rec {
version = "14.30.2";
version = "14.31.0";
pname = "jmol";

src = let
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";
sha256 = "0f9sxhxyqrd1vvmq566v1zpzzlci37pm9j7alzak766x5dg5yyz1";
sha256 = "14p823vxb8sfis1dgq8i9kj0rqf3cb8d0l8pspb8nz30fcvp1q7f";
};

patchPhase = ''
Expand Down

0 comments on commit 86d193c

Please sign in to comment.