summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 13:45:58 +0200
committerGitHub <noreply@github.com>2024-05-16 13:45:58 +0200
commit24e005bcc640e599dac948af2abc0608f5331594 (patch)
tree5152553a59a1193c00a0b1d58afd514635b782d8 /pkgs
parent190e5f3f9bc5a8751ef2e61785327bad57b542b3 (diff)
parent128f76e372cce4e0fe851f14aa143a6dbeaee013 (diff)
Merge pull request #312090 from gcleroux/fluxcd-update
fluxcd: 2.2.3 -> 2.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/cluster/fluxcd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/fluxcd/default.nix b/pkgs/applications/networking/cluster/fluxcd/default.nix
index 3f3b08f39814..75689b47710f 100644
--- a/pkgs/applications/networking/cluster/fluxcd/default.nix
+++ b/pkgs/applications/networking/cluster/fluxcd/default.nix
@@ -7,9 +7,9 @@
}:
let
- version = "2.2.3";
- sha256 = "sha256-1Z9EXqK+xnFGeWjoac1QZwOoMiYRRU1HEAZRaEpUOYs=";
- manifestsSha256 = "sha256-HSl15rJknWeKqi3kYTHJvQlw5eD77OkFhIn0K+Ovv8I=";
+ version = "2.3.0";
+ sha256 = "sha256-ZQs1rWI31qDo/BgjrmiNnEdR2OL8bUHVz+j5VceEp2k=";
+ manifestsSha256 = "sha256-PdhR+UDquIJWtpSymtT6V7qO5fVJOkFz6RGzAx7xeb4=";
manifests = fetchzip {
url =
@@ -29,7 +29,7 @@ in buildGoModule rec {
inherit sha256;
};
- vendorHash = "sha256-UPX5V3VwpX/eDy9ktqpvYb0JOzKRHH2nIQZzZ0jrYoQ=";
+ vendorHash = "sha256-0YH3pgFrsnh5jIsZpj/sIgfiOCTtIlPltMS5mdGz1eM=";
postUnpack = ''
cp -r ${manifests} source/cmd/flux/manifests