about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorOleksii Filonenko <brightone@protonmail.com>2019-12-03 13:51:28 +0200
committerOleksii Filonenko <brightone@protonmail.com>2019-12-03 13:51:28 +0200
commit90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6 (patch)
treedc9fa57ea5187537d6fa96c12233ef3327f3d11c /pkgs/applications/networking/cluster
parent9974c079152df7551896ab477524230278ee1b3f (diff)
downloadnixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar.gz
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar.bz2
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar.lz
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar.xz
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.tar.zst
nixlib-90bd5a5eb1193a120a6176354b8fb77a0a8dc4b6.zip
fluxctl: 1.15.0 -> 1.16.0
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/fluxctl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/fluxctl/default.nix b/pkgs/applications/networking/cluster/fluxctl/default.nix
index abd1abdc89ae..af538fe9e6be 100644
--- a/pkgs/applications/networking/cluster/fluxctl/default.nix
+++ b/pkgs/applications/networking/cluster/fluxctl/default.nix
@@ -2,22 +2,22 @@
 
 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 ];
   };