crc: 2.14.0 -> 2.15.0
This commit is contained in:
parent
8501a1645a
commit
2cc1453302
1 changed files with 7 additions and 6 deletions
|
@ -10,25 +10,26 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
openShiftVersion = "4.12.1";
|
openShiftVersion = "4.12.5";
|
||||||
okdVersion = "4.11.0-0.okd-2022-11-05-030711";
|
okdVersion = "4.12.0-0.okd-2023-02-18-033438";
|
||||||
podmanVersion = "4.3.1";
|
podmanVersion = "4.3.1";
|
||||||
writeKey = "cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp";
|
writeKey = "cvpHsNcmGCJqVzf6YxrSnVlwFSAZaYtp";
|
||||||
|
gitHash = "sha256-zk/26cG2Rt3jpbhKgprtq2vx7pIQVi7cPUA90uoQa80=";
|
||||||
in
|
in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
version = "2.14.0";
|
version = "2.15.0";
|
||||||
pname = "crc";
|
pname = "crc";
|
||||||
gitCommit = "868d96cd4f73dad72df54475c52c65f9741dc240";
|
gitCommit = "72256c3cb00ac01519b26658dd5cfb0dd09b37a1";
|
||||||
modRoot = "cmd/crc";
|
modRoot = "cmd/crc";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crc-org";
|
owner = "crc-org";
|
||||||
repo = "crc";
|
repo = "crc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-q1OJJTveXoNzW9lohQOY7LVR3jOyiQZX5nHBgRupxTM=";
|
hash = gitHash;
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = null;
|
vendorHash = null;
|
||||||
|
|
||||||
nativeBuildInputs = [ git ];
|
nativeBuildInputs = [ git ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue