Skip to content

Commit

Permalink
jmol: 14.32.75 -> 14.32.76
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 5, 2022
1 parent bcf1085 commit 68a8e9a
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 @@ -25,14 +25,14 @@ let
};
in
stdenv.mkDerivation rec {
version = "14.32.75";
version = "14.32.76";
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-2D2WBrBmmA84RVLsICFMeQKLvv5nIekbS/EGlmlvtYQ=";
sha256 = "sha256-KdQZKiAJFKE2PW0/DdZGIOC8QQ1icQR+TY4hoXCQdxg=";
};

patchPhase = ''
Expand Down

0 comments on commit 68a8e9a

Please sign in to comment.