3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238188 from r-ryantm/auto-update/ocm

ocm: 0.1.66 -> 0.1.67
This commit is contained in:
Nick Cao 2023-06-17 02:06:09 -06:00 committed by GitHub
commit 74a8c5036b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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