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

Commits on Jan 19, 2021

  1. libcint: 4.0.6 -> 4.0.7

    r-ryantm committed Jan 19, 2021
    Copy the full SHA
    bd52404 View commit details

Commits on Jan 20, 2021

  1. Merge pull request #110023 from r-ryantm/auto-update/libcint

    libcint: 4.0.6 -> 4.0.7
    ryantm authored Jan 20, 2021
    Copy the full SHA
    31b1306 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libcint/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libcint/default.nix
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "libcint";
version = "4.0.6";
version = "4.0.7";

src = fetchFromGitHub {
owner = "sunqm";
repo = "libcint";
rev = "v${version}";
sha256 = "1bgzsyz1i0hvla5ax0lawp1kw25fkhzh9ddhq92mplizrj9y05c1";
sha256 = "sha256-/S5LcaIIAXq9QiH8wGPSw8KpWC3afX9HqiHrWHmGQ6s=";
};

nativeBuildInputs = [ cmake ];