Skip to content

Commit

Permalink
Add opm 1.32
Browse files Browse the repository at this point in the history
Closes #63

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 24, 2023
1 parent 4e6db25 commit 6d51b9e
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -70,6 +70,7 @@ in
;
# OPM
inherit (super.callPackage ../packages/opm.nix { })
opm_1_32
opm_1_31
opm_1_30
opm_1_29
Expand Down
7 changes: 6 additions & 1 deletion packages/opm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ rec {
};
};

opm_1_32 = makeOverridable opmGen {
version = "1.32.0";
sha256 = "sha256-h19jgZifxqDP8E7pyTeFYl3ukKBjiplFC6LcgRhivoI=";
vendorHash = "sha256-OfW+pSyYlRMkBYa3Hle58jFWwlWRFPfr1sYzwu0RQow=";
};
opm_1_31 = makeOverridable opmGen {
version = "1.31.0";
sha256 = "sha256-xb+zC4/gcF7rS6J6YN/L4kyD6RjsYT/FwxviyOMoLDs=";
Expand Down Expand Up @@ -81,5 +86,5 @@ rec {
sha256 = "sha256-pTwb+ywisK+4+Z18CnJVSd6JoQyqyW9iIf8Wi6TAg4k=";
vendorHash = null;
};
opm = opm_1_31;
opm = opm_1_32;
}

0 comments on commit 6d51b9e

Please sign in to comment.