summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-21 00:12:52 +0100
committerGitHub <noreply@github.com>2023-01-21 00:12:52 +0100
commitd1f44c31a3bd001f944b05301d4a3889e70f1bcb (patch)
tree2d00b0726864e0b3c74243e017ec369191f9b092
parent31ce2fc58405e1ef3cfc96755c4970716c5ece5a (diff)
parent9fd7879b484ab71b4636b242d7a1ad98816feb12 (diff)
Merge pull request #211058 from 06kellyjac/crc
-rw-r--r--pkgs/applications/networking/cluster/crc/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/crc/default.nix b/pkgs/applications/networking/cluster/crc/default.nix
index 825b20339373..ed4e2b0583f8 100644
--- a/pkgs/applications/networking/cluster/crc/default.nix
+++ b/pkgs/applications/networking/cluster/crc/default.nix
@@ -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";