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

Commits on Jan 26, 2020

  1. brial: 1.2.6 -> 1.2.7

    r-ryantm committed Jan 26, 2020
    Copy the full SHA
    2d172e6 View commit details
  2. Merge pull request #78496 from r-ryantm/auto-update/brial

    brial: 1.2.6 -> 1.2.7
    timokau authored Jan 26, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e39e304 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/science/math/brial/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/science/math/brial/default.nix
Original file line number Diff line number Diff line change
@@ -8,14 +8,14 @@
}:

stdenv.mkDerivation rec {
version = "1.2.6";
version = "1.2.7";
pname = "brial";

src = fetchFromGitHub {
owner = "BRiAl";
repo = "BRiAl";
rev = version;
sha256 = "1mc1zjr3mxcx6bg0js5k9jx65japg7644b0aj1al75m4nwh2ygab";
sha256 = "1s0wmbb42sq6a5kxgzsz5srphclmfa4cvxdx2h9kzp0da2zcp3cm";
};

# FIXME package boost-test and enable checks