Merge pull request #284572 from r-ryantm/auto-update/kubedog

kubedog: 0.12.2 -> 0.12.3
This commit is contained in:
Nick Cao 2024-01-29 11:01:45 -05:00 committed by GitHub
commit c3bb9437d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "kubedog";
version = "0.12.2";
version = "0.12.3";
src = fetchFromGitHub {
owner = "werf";
repo = "kubedog";
rev = "v${version}";
hash = "sha256-B6ITVr+Zk1+uMU9RAupvUIBwj8SICp7UyXi0RfIFiME=";
hash = "sha256-dk6ieIUoS1N2UtiLig5dFq0476xh69bjueN05ZKjcLg=";
};
vendorHash = "sha256-lLyIVA7Mkj1bfA/u8VMTwmKmhNfibYpT+dgIWFdOiPs=";