Skip to content

Commit

Permalink
Merge pull request #197 from veprbl/pr/dd4hep_01_30
Browse files Browse the repository at this point in the history
dd4hep: 01-29 -> 01-30
  • Loading branch information
veprbl committed Sep 12, 2024
2 parents 7108dc7 + ece8510 commit 99a43c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
flake = false;
};
inputs.dd4hep-src = {
url = "github:AIDASoft/DD4hep/v01-29";
url = "github:AIDASoft/DD4hep/v01-30";
flake = false;
};
inputs.edm4eic-src = {
Expand Down
10 changes: 1 addition & 9 deletions pkgs/dd4hep/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,10 @@

stdenv.mkDerivation rec {
pname = "DD4hep";
version = "01-29.${dd4hep-src.shortRev or "dirty"}";
version = "01-30.${dd4hep-src.shortRev or "dirty"}";

src = dd4hep-src;

patches = [
# add support for CylindricalGridPhiZ
(fetchpatch {
url = "https://github.com/AIDASoft/DD4hep/pull/1294.diff";
hash = "sha256-NKiibvVdSuMlB3ELA5ll7xT+avzQ0+hRvkPxV8wJGbs=";
})
];

postPatch = ''
patchShebangs --host .
Expand Down

0 comments on commit 99a43c3

Please sign in to comment.