From a65c82e33266abd07fdaaef38f42c58fe64a2320 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Tue, 21 Feb 2023 10:32:27 -0700 Subject: [PATCH] crc: 2.13.1 -> 2.14.0 --- pkgs/applications/networking/cluster/crc/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pkgs/applications/networking/cluster/crc/default.nix b/pkgs/applications/networking/cluster/crc/default.nix index 2c55802c726b..c47062fdfc41 100644 --- a/pkgs/applications/networking/cluster/crc/default.nix +++ b/pkgs/applications/networking/cluster/crc/default.nix @@ -10,22 +10,22 @@ }: let - openShiftVersion = "4.12.0"; + openShiftVersion = "4.12.1"; okdVersion = "4.11.0-0.okd-2022-11-05-030711"; podmanVersion = "4.3.1"; writeKey = "cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp"; in buildGoModule rec { - version = "2.13.1"; + version = "2.14.0"; pname = "crc"; - gitCommit = "b5b864fdd4ed047027f439db96c2658aa194d2bc"; + gitCommit = "868d96cd4f73dad72df54475c52c65f9741dc240"; modRoot = "cmd/crc"; src = fetchFromGitHub { owner = "crc-org"; repo = "crc"; rev = "v${version}"; - sha256 = "sha256-0e62mQ01pt0kClrEx4ss2T8BN1+0aQiCFPyDg5agbTU"; + sha256 = "sha256-q1OJJTveXoNzW9lohQOY7LVR3jOyiQZX5nHBgRupxTM="; }; vendorSha256 = null; @@ -55,7 +55,6 @@ buildGoModule rec { export HOME=$(mktemp -d) ''; - passthru.tests.version = testers.testVersion { package = crc; command = '' @@ -69,6 +68,6 @@ buildGoModule rec { description = "Manages a local OpenShift 4.x cluster or a Podman VM optimized for testing and development purposes"; homepage = "https://crc.dev"; license = licenses.asl20; - maintainers = with maintainers; [ shikanime tricktron ]; + maintainers = with maintainers; [ matthewpi shikanime tricktron ]; }; }