Skip to content

Commit

Permalink
Merge pull request #114 from veprbl/pr/eic-smear_1_1_12
Browse files Browse the repository at this point in the history
eic-smear: 1.1.9 -> 1.1.12
  • Loading branch information
veprbl authored Dec 14, 2023
2 parents bdf43fa + bf7aa99 commit 1cb771d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/eic-smear/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, cmake
, hepmc3
, root
Expand All @@ -10,23 +9,15 @@

stdenv.mkDerivation rec {
pname = "eic-smear";
version = "1.1.9";
version = "1.1.12";

src = fetchFromGitHub {
owner = "eic";
repo = pname;
rev = version;
hash = "sha256-K/UzH2Ti/GtGm8X5sLzCMx8AjEZluTbGt+g/zsL4xrE=";
hash = "sha256-qYJyMUcTuWQXAnddXGTgqe2MKZLe//3InEUpCxjW9lo=";
};

patches = [
# fix build on clang
(fetchpatch {
url = "https://github.com/eic/eic-smear/pull/21/commits/9854378900602dd0dda9071c557abe7b0873ef01.diff";
hash = "sha256-Goz+YjgqeZF0OhbGivsFvynkoiymkn4o5dXnOLuBszg=";
})
];

nativeBuildInputs = [
cmake
];
Expand Down

0 comments on commit 1cb771d

Please sign in to comment.