about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/ocm
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-17 02:41:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-17 02:41:08 +0000
commit6da3dc95e246c969fc4a0e4f903237c2a201b2a2 (patch)
tree7c6c79881346a1b51e109252dd866b45bf1f4665 /pkgs/applications/networking/cluster/ocm
parent74d411997605c40d7da19bf482d936c4eaaa7df4 (diff)
ocm: 0.1.66 -> 0.1.67
Diffstat (limited to 'pkgs/applications/networking/cluster/ocm')
-rw-r--r--pkgs/applications/networking/cluster/ocm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/ocm/default.nix b/pkgs/applications/networking/cluster/ocm/default.nix
index e7f01e9916e1d..cd9b90f565ef9 100644
--- a/pkgs/applications/networking/cluster/ocm/default.nix
+++ b/pkgs/applications/networking/cluster/ocm/default.nix
@@ -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" ];