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

Commits on Apr 14, 2019

  1. hepmc3: 3.1.0 -> 3.1.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/hepmc3/versions
    r-ryantm committed Apr 14, 2019
    Copy the full SHA
    30a3f2b View commit details

Commits on Apr 23, 2019

  1. Merge pull request #59534 from r-ryantm/auto-update/hepmc3

    hepmc3: 3.1.0 -> 3.1.1
    c0bw3b authored Apr 23, 2019

    Verified

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

stdenv.mkDerivation rec {
name = "hepmc3-${version}";
version = "3.1.0";
version = "3.1.1";

src = fetchurl {
url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
sha256 = "12kzdqdbq7md0nn58jvilhh00yddfir65f0q2026k0ym37bfwdyd";
sha256 = "1fs8ha5issls886g03azpwamry1k633zjrcx51v7g7vg9nbckjrg";
};

buildInputs = [ cmake root ];