Skip to content

Commit

Permalink
jmol: 14.29.42 -> 14.29.46 (#63277)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jmol/versions
  • Loading branch information
r-ryantm authored and timokau committed Jun 17, 2019
1 parent ed63124 commit 3775ef0
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.29.42";
version = "14.29.46";
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 = "0fpsicxc6aazmz45q1bgnjfwcdmxmzl9h24hpz2q1gdk9cz5aqnp";
sha256 = "00ig1f1fz5qbkam0h06vs1gsb95hdqa0iyhsp4qbyjjfxir7m59l";
};

patchPhase = ''
Expand Down

0 comments on commit 3775ef0

Please sign in to comment.