1
0
Fork 1
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:
Sandro 2023-01-21 00:12:52 +01:00 committed by GitHub
commit d1f44c31a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";