Unverified Commit 3909c8ed authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #285476 from r-ryantm/auto-update/okteto

okteto: 2.24.2 -> 2.25.1
parents 795dc7d5 f9356f0a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "okteto";
  version = "2.24.2";
  version = "2.25.1";

  src = fetchFromGitHub {
    owner = "okteto";
    repo = "okteto";
    rev = version;
    hash = "sha256-E3+3SPqovw/2zqDsqu9qQ5MFwNQhRIxXiWhZbhLxfuo=";
    hash = "sha256-HBXp66chq+SzdEb463awolf4Uv0ScHN6MjoziYyh4kA=";
  };

  vendorHash = "sha256-vSvHjQZFLzUIC9u+myI6Xi4YhetVkiQxBIkm5/RoV2U=";
  vendorHash = "sha256-+Adnveutg8soqK2Zwn2SNq7SEHd/Z91diHbPYHrGVrA=";

  postPatch = ''
    # Disable some tests that need file system & network access.