ocm: 0.1.65 -> 0.1.66

This commit is contained in:
R. Ryantm 2023-03-03 05:07:02 +00:00
parent d2110a3267
commit 5224fd727b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ocm";
version = "0.1.65";
version = "0.1.66";
src = fetchFromGitHub {
owner = "openshift-online";
repo = "ocm-cli";
rev = "v${version}";
sha256 = "sha256-UzHGVK/HZ5eH8nO4+G92NunOQi9AWnqv4vgcHjtoPDw=";
sha256 = "sha256-iOgDWqP9sFd5/0e5/+WP6R3PpJa8AiUE4EjI39HwWX8=";
};
vendorSha256 = "sha256-4pqXap1WayqdXuwwLktE71D7x6Ao9MkIKSzIKtVyP84=";
vendorHash = "sha256-yY/X0LVIH1ULegx8MIZyUxD1wPNxxISSCBxj9aY2wtA=";
# Strip the final binary.
ldflags = [ "-s" "-w" ];