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: 06f883f7a0ea
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 030b845413e4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 28, 2019

  1. molden: 5.9.3 -> 5.9.5

    markuskowa committed Mar 28, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6ea9c02 View commit details

Commits on Mar 29, 2019

  1. Merge pull request #58492 from markuskowa/upd-molden

    molden: 5.9.3 -> 5.9.5
    infinisil authored Mar 29, 2019
    Copy the full SHA
    030b845 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/chemistry/molden/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/chemistry/molden/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, which, gfortran, libGLU, xorg } :

stdenv.mkDerivation rec {
version = "5.9.3";
version = "5.9.5";
name = "molden-${version}";

src = fetchurl {
url = "ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden${version}.tar.gz";
sha256 = "18fz44g7zkm0xcx3w9hm049jv13af67ww7mb5b3kdhmza333a16q";
sha256 = "0va5g03kvnzydx0b77y1p536iy7swzvnx6yknp87qgpw1bgrzdj9";
};

nativeBuildInputs = [ which ];