mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
fluxcd-operator: 0.20.0 -> 0.21.0 (#412747)
This commit is contained in:
commit
5da89be5b4
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "fluxcd-operator";
|
pname = "fluxcd-operator";
|
||||||
version = "0.20.0";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "controlplaneio-fluxcd";
|
owner = "controlplaneio-fluxcd";
|
||||||
repo = "fluxcd-operator";
|
repo = "fluxcd-operator";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-GGHufHUqTylgynK19aaj4KAawlzzuz3iSEHa+vVVPMM=";
|
hash = "sha256-SszWTuK3HVsyc669NThQn5VAVwD/7JQtKtqBJD6cTT0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-5uT/pcfXrinyJ1hXmQ+vmWNuyO33c6d5PAjm6kwOZmY=";
|
vendorHash = "sha256-5uT/pcfXrinyJ1hXmQ+vmWNuyO33c6d5PAjm6kwOZmY=";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue