Skip to content

Commit

Permalink
Merge pull request #195 from veprbl/pr/jana2_2_3_1
Browse files Browse the repository at this point in the history
jana2: 2.3.0 -> 2.3.1
  • Loading branch information
veprbl authored Aug 30, 2024
2 parents d25dc07 + 33a40ec commit ce15f68
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 @@ -42,7 +42,7 @@
flake = false;
};
inputs.jana2-src = {
url = "github:JeffersonLab/JANA2/v2.3.0";
url = "github:JeffersonLab/JANA2/v2.3.1";
flake = false;
};
inputs.juggler-src = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/jana2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
pname = "jana2";
version = "2.3.0.${jana2-src.shortRev or "dirty"}";
version = "2.3.1.${jana2-src.shortRev or "dirty"}";

src = jana2-src;

Expand Down

0 comments on commit ce15f68

Please sign in to comment.