cilium-cli: 0.12.2 -> 0.12.3

This commit is contained in:
R. Ryantm 2022-09-02 10:28:50 +00:00
parent 9ed722436a
commit 2e8163e66e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cilium-cli";
version = "0.12.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "cilium";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LayPASPMSnRZkDs9LylWR62eS+b/5TB9PidDQCs+MXU=";
sha256 = "sha256-mgyzdu7xzN6rDSHBcC8Uz8m5+5VEfA0RPe8cPZYfEgM=";
};
vendorSha256 = null;