Skip to content

Commit

Permalink
Add opm 1.37
Browse files Browse the repository at this point in the history
Closes #115

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Mar 22, 2024
1 parent 9a20eb7 commit d0ce41b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions overlays/openshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ in
;
# OPM
inherit (super.callPackage ../packages/opm.nix { })
opm_1_37
opm_1_36
opm_1_35
opm_1_34
Expand Down
5 changes: 5 additions & 0 deletions packages/opm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ rec {
};
};

opm_1_37 = makeOverridable opmGen {
version = "1.37.0";
sha256 = "sha256-E0oYYZYzO7eVII/X45jEB7my9XpM4rRyx7vwCuHN6Rs=";
vendorHash = "sha256-jRFpugaMHLt+b0J6AxuEyH/piee2a6r1vtrCJqWKaMA=";
};
opm_1_36 = makeOverridable opmGen {
version = "1.36.0";
sha256 = "sha256-VSGBnnCpmD4Tb7unGLZQxD3HZdlL0bXF74V93AhgOto=";
Expand Down

0 comments on commit d0ce41b

Please sign in to comment.