nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #235810 from r-ryantm/auto-update/odo

odo: 3.10.0 -> 3.11.0

authored by

figsoda and committed by
GitHub
f29031e2 29d05f3b

+2 -2
+2 -2
pkgs/applications/networking/cluster/odo/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "odo"; 5 - version = "3.10.0"; 5 + version = "3.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "redhat-developer"; 9 9 repo = "odo"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-J8Oiw7/jPwIoPh8erL7auSiQCRzvY7i4COPmtI3qPXY="; 11 + sha256 = "sha256-+5oX6/J/WpJZr/o9l8TZhMJoxonnT0DeIEWffAjZYww="; 12 12 }; 13 13 14 14 vendorHash = null;