Skip to content

Commit

Permalink
Merge pull request #283288 from r-ryantm/auto-update/jmol
Browse files Browse the repository at this point in the history
jmol: 16.1.47 -> 16.1.49
  • Loading branch information
collares authored Jan 24, 2024
2 parents f9ce328 + e30623e commit 3178784
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 = "16.1.47";
version = "16.1.49";
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";
hash = "sha256-3hsH+RkPPoViKp1bc/88GDVSG8jf9hiPKPkUfe9PIkk=";
hash = "sha256-rzW0dB6LkKnbqHMLII6u3a6iJ1nz6gys/TN0fZFcrBk=";
};

patchPhase = ''
Expand Down

0 comments on commit 3178784

Please sign in to comment.