Skip to content

Commit

Permalink
Add opc 1.15
Browse files Browse the repository at this point in the history
Closes #157

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Oct 3, 2024
1 parent 730d4fc commit f2d52b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions overlays/openshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ in
# operator-tool(ing) = …
# opc
inherit (super.callPackage ../packages/opc.nix { })
opc_1_15
opc_1_14
opc_1_13
opc_1_12
Expand Down
6 changes: 5 additions & 1 deletion packages/opc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ rec {
};
};

opc_1_15 = makeOverridable opcGen {
version = "1.15.0";
sha256 = "sha256-u3nzYyinGPp1rOQX7Ck5Husa6cBKsSXmzoGsSTOCVD8=";
};
opc_1_14 = makeOverridable opcGen {
version = "1.14.3";
sha256 = "sha256-c24TCLlnrRlPxBBO4fFpkz2+ITneJXaXjedLYYrYy2g=";
Expand All @@ -49,7 +53,7 @@ rec {
version = "1.12.1";
sha256 = "sha256-irOv4GuFl+LQw3p47szpP5+B0Mfo5sTuA6ynRN6FwKI=";
};
opc = opc_1_14;
opc = opc_1_15;

opc-git =
let
Expand Down

0 comments on commit f2d52b7

Please sign in to comment.