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

Commits on Oct 14, 2019

  1. simgrid: 3.23 -> 3.24

    mpoquet committed Oct 14, 2019
    Copy the full SHA
    5b9cbeb View commit details

Commits on Oct 15, 2019

  1. Merge pull request #71126 from mpoquet/simgrid-3.23-to-3.24

    simgrid: 3.23 -> 3.24
    globin authored Oct 15, 2019
    Copy the full SHA
    e41069a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/science/misc/simgrid/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/simgrid/default.nix
Original file line number Diff line number Diff line change
@@ -18,14 +18,14 @@ in

stdenv.mkDerivation rec {
pname = "simgrid";
version = "3.23";
version = "3.24";

src = fetchFromGitLab {
domain = "framagit.org";
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "068xg5ps4j4v2sqqyl4vf83nfazp54gsy84gvlw52h94c4mj4xmp";
sha256 = "1r9zgfx5npjw4mk0ywxx07jyi1m1b1i06j0m60n3dsrz75492x6m";
};

nativeBuildInputs = [ cmake perl python3 boost valgrind ]