Skip to content

Commit

Permalink
Merge pull request #230 from veprbl/pr/epic_25_02_0
Browse files Browse the repository at this point in the history
epic: 25.01.1 -> 25.02.0
  • Loading branch information
veprbl authored Feb 13, 2025
2 parents bab8846 + f5b81a7 commit 903ee61
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/25.01.1";
url = "github:eic/epic/25.02.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 = "25.01.1.${epic-src.shortRev or "dirty"}";
version = "25.02.0.${epic-src.shortRev or "dirty"}";

src = epic-src;

Expand Down

0 comments on commit 903ee61

Please sign in to comment.