about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2023-01-16 01:36:29 +0100
committerGitHub <noreply@github.com>2023-01-16 01:36:29 +0100
commit6661fb79554f434a1bcf316c3395e98a59a9c3d4 (patch)
tree4923effe7da1aef65706f53c488a5a9f80c33942 /pkgs/applications
parent88a862937e7e4249616d7d401f3c8d20fb2afe89 (diff)
parent53a1e0ef4ee5f1a367f588327af44dcc2a7f5289 (diff)
Merge pull request #210548 from r-ryantm/auto-update/fluxcd
fluxcd: 0.38.2 -> 0.38.3
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/cluster/fluxcd/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/fluxcd/default.nix b/pkgs/applications/networking/cluster/fluxcd/default.nix
index 0b5f01654c501..97fff7f9bbb3e 100644
--- a/pkgs/applications/networking/cluster/fluxcd/default.nix
+++ b/pkgs/applications/networking/cluster/fluxcd/default.nix
@@ -1,8 +1,8 @@
 { lib, buildGoModule, fetchFromGitHub, fetchzip, installShellFiles, stdenv }:
 
 let
-  version = "0.38.2";
-  sha256 = "1fr3jg9j0hrnr55wh40d0lli593pid1vqnbgnw9wxqsv6677dh53";
+  version = "0.38.3";
+  sha256 = "15sx743gbmlmww7jmi56r5nlajg33xmzacyd69hmp46jjxqdckmh";
   manifestsSha256 = "1dmp7gdnwbg4jjc3dq1wp2jn3z3g6lm296b1nf24ndcfmjja58cz";
 
   manifests = fetchzip {
@@ -23,7 +23,7 @@ in buildGoModule rec {
     inherit sha256;
   };
 
-  vendorSha256 = "sha256-aPkuP6FVIkMAJi+wwNfgvxXi+PE1mMUXfxz44/R31KI=";
+  vendorSha256 = "sha256-IuOivH9K7e5vNpK44NKegzIEVHS+ihkX89++4DJC+8Q=";
 
   postUnpack = ''
     cp -r ${manifests} source/cmd/flux/manifests