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

okteto: 2.24.2 -> 2.25.1
This commit is contained in:
h7x4 2024-02-01 20:22:46 +01:00 committed by GitHub
commit 3909c8eded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.