Unverified Commit 25e3758f authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #333215 from aaronjheng/okteto

okteto: 2.29.3 -> 2.30.1
parents e23c9918 e35dec08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "okteto";
  version = "2.29.3";
  version = "2.30.1";

  src = fetchFromGitHub {
    owner = "okteto";
    repo = "okteto";
    rev = version;
    hash = "sha256-aU2yH33HVg9CHA5+NOWZUmhRC7W6yMjKIwyDM8E4e2g=";
    hash = "sha256-Mu5Cl+wNCDXjFn0+1IitWEaku6Fi8ykKL6GgIKr5CHk=";
  };

  vendorHash = "sha256-7XZImCS9hv8ILYfGcoY3tMk0grswWbfpQrBKhghTfsY=";
+0 −2
Original line number Diff line number Diff line
@@ -32306,8 +32306,6 @@ with pkgs;
  odin2 = callPackage ../applications/audio/odin2 { };
  okteto = callPackage ../development/tools/okteto { };
  onmetal-image = callPackage ../tools/virtualization/onmetal-image { };
  opcr-policy = callPackage ../development/tools/opcr-policy { };