Skip to content

Commit

Permalink
jmol: 14.31.36 -> 14.31.38
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 9, 2021
1 parent 0942835 commit 4ff0c78
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.31.36";
version = "14.31.38";
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 = "sha256-YwXgRRUZ75l1ZptscsZae2mwkRkYXJeWSrPvw+R6TkI=";
sha256 = "sha256-yXJ1KtTH3bi24GFiVXu8zzQkreDkqbCxgm7fVoSJepg=";
};

patchPhase = ''
Expand Down

0 comments on commit 4ff0c78

Please sign in to comment.