Merge pull request #312058 from r-ryantm/auto-update/skaffold

skaffold: 2.11.0 -> 2.12.0
This commit is contained in:
Aleksana 2024-05-16 20:16:39 +08:00 committed by GitHub
commit edb1e295b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "skaffold";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "GoogleContainerTools";
repo = "skaffold";
rev = "v${version}";
hash = "sha256-xaRVgvYK6xWSy75K7AOkSw4ZjXn3xR0NqbBBbbK5MVU=";
hash = "sha256-q57n5Jo682u/YK+5bgYqMufjPuPOPsBgJzxSl1fdqxA=";
};
vendorHash = null;