Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6e03ecee8d0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0e98312b72b3
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 19, 2018

  1. gromacs: 2018.3 -> 2018.4

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/gromacs/versions
    r-ryantm committed Nov 19, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    dywedir Vlad M.
    Copy the full SHA
    08a0192 View commit details

Commits on Nov 20, 2018

  1. Merge pull request #50734 from r-ryantm/auto-update/gromacs

    gromacs: 2018.3 -> 2018.4
    markuskowa authored Nov 20, 2018
    Copy the full SHA
    0e98312 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/molecular-dynamics/gromacs/default.nix
Original file line number Diff line number Diff line change
@@ -8,11 +8,11 @@


stdenv.mkDerivation {
name = "gromacs-2018.3";
name = "gromacs-2018.4";

src = fetchurl {
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.3.tar.gz";
sha256 = "14d219987h98mv5xgn2846snmslwax8z3cgp5b2njacp4j9a88s4";
url = "ftp://ftp.gromacs.org/pub/gromacs/gromacs-2018.4.tar.gz";
sha256 = "14d8mbck1lrmz97vvy322irk557wxh0zdd6n962lm69hqxcf8bkg";
};

buildInputs = [cmake fftw]