lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

okteto: 2.21.0 -> 2.22.0

authored by

OTABI Tomoya and committed by
GitHub
50e3b83c 29434f9d

+3 -3
+3 -3
pkgs/development/tools/okteto/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "okteto"; 5 - version = "2.21.0"; 5 + version = "2.22.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "okteto"; 9 9 repo = "okteto"; 10 10 rev = version; 11 - hash = "sha256-4arcK/g9j/lv1HWP7rvhAXJpYRMKgmSbGPZjy2UkhyE="; 11 + hash = "sha256-HqMnZireYw8k7TXkR+M+Ct97OISaBUNCABR0nYqljjQ="; 12 12 }; 13 13 14 - vendorHash = "sha256-u1oMX2ZplmDGx7ePfA5vKHUuDmWYVCJrYh2HQ23dTfU="; 14 + vendorHash = "sha256-z4ERIfwLPYIMpSetepDx0U2WUA+9RXjoQICMbp+qS3k="; 15 15 16 16 postPatch = '' 17 17 # Disable some tests that need file system & network access.