Merge pull request #214240 from r-ryantm/auto-update/crc

crc: 2.12.0 -> 2.13.1
This commit is contained in:
Weijia Wang 2023-02-02 22:36:39 +01:00 committed by GitHub
commit 21b37e1a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,15 @@
}:
let
openShiftVersion = "4.11.18";
openShiftVersion = "4.12.0";
okdVersion = "4.11.0-0.okd-2022-11-05-030711";
podmanVersion = "4.2.0";
podmanVersion = "4.3.1";
writeKey = "cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp";
in
buildGoModule rec {
version = "2.12.0";
version = "2.13.1";
pname = "crc";
gitCommit = "ea98bb41e24ad81a319d0aa6c6e1286bc1334c1b";
gitCommit = "b5b864fdd4ed047027f439db96c2658aa194d2bc";
modRoot = "cmd/crc";
src = fetchFromGitHub {