Skip to content

Commit

Permalink
Merge pull request #196 from veprbl/pr/epic_24_09_0
Browse files Browse the repository at this point in the history
epic: 24.08.1 -> 24.09.0
  • Loading branch information
veprbl authored Sep 12, 2024
2 parents ce15f68 + 3105b21 commit 7108dc7
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 @@ -30,7 +30,7 @@
flake = false;
};
inputs.epic-src = {
url = "github:eic/epic/24.08.1";
url = "github:eic/epic/24.09.0";
flake = false;
};
inputs.eicrecon-src = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/epic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

stdenv.mkDerivation rec {
pname = "epic";
version = "24.08.1.${epic-src.shortRev or "dirty"}";
version = "24.09.0.${epic-src.shortRev or "dirty"}";

src = epic-src;

Expand Down

0 comments on commit 7108dc7

Please sign in to comment.