Skip to content

Commit

Permalink
edm4eic: 6.0.1 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Aug 20, 2024
1 parent a23e6c9 commit f3ea4e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -22,7 +22,7 @@
flake = false;
};
inputs.edm4eic-src = {
url = "github:eic/EDM4eic/v6.0.1";
url = "github:eic/EDM4eic/v7.0.0";
flake = false;
};
inputs.edm4hep-src = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/edm4eic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
pname = "EDM4eic";
version = "6.0.1.${edm4eic-src.shortRev or "dirty"}";
version = "7.0.0.${edm4eic-src.shortRev or "dirty"}";

src = edm4eic-src;

Expand Down

0 comments on commit f3ea4e6

Please sign in to comment.