Skip to content

Commit

Permalink
opm: add 1.38, 1.39, 1.40, 1.41, 1.42
Browse files Browse the repository at this point in the history
Closes #119
Closes #120
Closes #126
Closes #133
Closes #134

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed May 17, 2024
1 parent a026f02 commit ee487e6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions overlays/openshift.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ in
;
# OPM
inherit (super.callPackage ../packages/opm.nix { })
opm_1_42
opm_1_41
opm_1_40
opm_1_39
opm_1_38
opm_1_37
opm_1_36
opm_1_35
Expand Down
27 changes: 26 additions & 1 deletion packages/opm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,31 @@ rec {
};
};

opm_1_42 = makeOverridable opmGen {
version = "1.42.0";
sha256 = "sha256-qzEEDmT0xHxRyTDZwD+BwevdYkfNZqeP8gQu3ML6i/M=";
vendorHash = "sha256-7zuD9qKbeFaVK707103pcatHdg7qdgl1fAIMmHHx+3M=";
};
opm_1_41 = makeOverridable opmGen {
version = "1.41.0";
sha256 = "sha256-50eoOhmKxWYhjf3hUPpyAOobj6vM9piObpSW5+DKZXM=";
vendorHash = "sha256-7nt/LSQXSntzUbfO4WVUB6bWNWWGUyUmyawm4vApM1w=";
};
opm_1_40 = makeOverridable opmGen {
version = "1.40.0";
sha256 = "sha256-+EmoWuWLGJ+JROb5MSREK25kxKPErZX+KTwCm34uj/0=";
vendorHash = "sha256-kst+Y6E0tvfBQxlx8IXdgAwIxwzRiQrNiNReGmdASqI=";
};
opm_1_39 = makeOverridable opmGen {
version = "1.39.0";
sha256 = "sha256-SnR22t9IDiRTB0xo8gTO9YprgMchp5+T8bGc0GdNfU4=";
vendorHash = "sha256-Of0ngmLRKXBcWBXgY1hzlQXj10ZcIV3BkbErTk3K3zw=";
};
opm_1_38 = makeOverridable opmGen {
version = "1.38.0";
sha256 = "sha256-62vn5UwzyyzZeuIiuqKjXQpiGsvqDbno7U5SNfO7zv0=";
vendorHash = "sha256-9hBxwVh0jA9MpNqrl65XlnGyJWug4PWkD3z9Hp2VrGE=";
};
opm_1_37 = makeOverridable opmGen {
version = "1.37.0";
sha256 = "sha256-E0oYYZYzO7eVII/X45jEB7my9XpM4rRyx7vwCuHN6Rs=";
Expand Down Expand Up @@ -111,5 +136,5 @@ rec {
sha256 = "sha256-pTwb+ywisK+4+Z18CnJVSd6JoQyqyW9iIf8Wi6TAg4k=";
vendorHash = null;
};
opm = opm_1_34;
opm = opm_1_42;
}

0 comments on commit ee487e6

Please sign in to comment.