mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
Merge pull request #211058 from 06kellyjac/crc
This commit is contained in:
commit
d1f44c31a3
|
@ -10,15 +10,15 @@
|
|||
}:
|
||||
|
||||
let
|
||||
openShiftVersion = "4.11.13";
|
||||
openShiftVersion = "4.11.18";
|
||||
okdVersion = "4.11.0-0.okd-2022-11-05-030711";
|
||||
podmanVersion = "4.2.0";
|
||||
writeKey = "cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp";
|
||||
in
|
||||
buildGoModule rec {
|
||||
version = "2.11.0";
|
||||
version = "2.12.0";
|
||||
pname = "crc";
|
||||
gitCommit = "a5f90a25abcacd4aa334490f0d204329abeaa691";
|
||||
gitCommit = "ea98bb41e24ad81a319d0aa6c6e1286bc1334c1b";
|
||||
modRoot = "cmd/crc";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
@ -63,6 +63,7 @@ buildGoModule rec {
|
|||
crc version
|
||||
'';
|
||||
};
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Manages a local OpenShift 4.x cluster or a Podman VM optimized for testing and development purposes";
|
||||
|
|
Loading…
Reference in a new issue