fluxcd-operator: 0.20.0 -> 0.21.0

This commit is contained in:
Matt Field 2025-05-31 21:04:18 +01:00
parent 8ca7ec685b
commit 4bbf554647
No known key found for this signature in database
GPG key ID: 45B821B5CB29C07A

View file

@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
pname = "fluxcd-operator";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "controlplaneio-fluxcd";
repo = "fluxcd-operator";
tag = "v${finalAttrs.version}";
hash = "sha256-GGHufHUqTylgynK19aaj4KAawlzzuz3iSEHa+vVVPMM=";
hash = "sha256-SszWTuK3HVsyc669NThQn5VAVwD/7JQtKtqBJD6cTT0=";
};
vendorHash = "sha256-5uT/pcfXrinyJ1hXmQ+vmWNuyO33c6d5PAjm6kwOZmY=";