about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2019-12-06 09:04:03 +0100
committerGitHub <noreply@github.com>2019-12-06 09:04:03 +0100
commitfe6592ba94f350cac31ca8c193bd1d93efcc0733 (patch)
treeab058dac674f59117a8f261062222b84da0828c7 /pkgs/applications/networking/cluster
parent4a08c599034dd95ca41dc923f99b2c2e03a46163 (diff)
parent358e61f4e4c3af049019bf2b327993d55e7da06f (diff)
downloadnixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar.gz
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar.bz2
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar.lz
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar.xz
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.tar.zst
nixlib-fe6592ba94f350cac31ca8c193bd1d93efcc0733.zip
Merge pull request #74909 from filalex77/fluxctl-1.16.0
 fluxctl: 1.15.0 -> 1.16.0 
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/fluxctl/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/cluster/fluxctl/default.nix b/pkgs/applications/networking/cluster/fluxctl/default.nix
index abd1abdc89ae..904eabfcda82 100644
--- a/pkgs/applications/networking/cluster/fluxctl/default.nix
+++ b/pkgs/applications/networking/cluster/fluxctl/default.nix
@@ -2,23 +2,23 @@
 
 buildGoModule rec {
   pname = "fluxctl";
-  version = "1.15.0";
+  version = "1.16.0";
 
   src = fetchFromGitHub {
     owner = "weaveworks";
     repo = "flux";
     rev = version;
-    sha256 = "1aqcamhiivy733l2avc18b0k72sg0d8iqbsqvnj1344kqx6jgxf6";
+    sha256 = "1yk78w9cwssk5y69iapfzqf7mnrkam3w64x4zsx3zjpdmvp9dq7l";
   };
 
-  modSha256 = "1dz1cb2513drb2lr5gbl7w05ksrq5rvkqdcjnlkdc00mypjb2ms5";
+  modSha256 = "17rh8yilxqv0dwljwm5ay43diwcy5pa1g2jff9wyhsh8q7sy9wln";
 
   subPackages = [ "cmd/fluxctl" ];
 
   meta = with stdenv.lib; {
     description = "CLI client for Flux, the GitOps Kubernetes operator";
-    homepage = https://github.com/fluxcd/flux;
+    homepage = "https://github.com/fluxcd/flux";
     license = licenses.asl20;
-    maintainers = with maintainers; [ Gonzih ];
+    maintainers = with maintainers; [ Gonzih filalex77 ];
   };
 }