about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-16 18:58:41 -0500
committerGitHub <noreply@github.com>2023-12-16 18:58:41 -0500
commit74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367 (patch)
tree83d78b2cc7a1bc9e27079d487d74134b92720a9f /pkgs
parentf2753175ba37a031ddb0b6f090b30bc0d60619f7 (diff)
parentded76684a244936594a3ca80df4e6683f59d2818 (diff)
downloadnixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar.gz
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar.bz2
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar.lz
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar.xz
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.tar.zst
nixlib-74578d8b1aa7205fcbf3e8f64bbcba8a0dcd5367.zip
Merge pull request #274822 from adamcstephens/consul/1.16.4
consul: license is unfree, 1.17.0 -> 1.17.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/consul/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/consul/default.nix b/pkgs/servers/consul/default.nix
index dee27e5877dc..bb90a3a26f89 100644
--- a/pkgs/servers/consul/default.nix
+++ b/pkgs/servers/consul/default.nix
@@ -2,7 +2,7 @@
 
 buildGoModule rec {
   pname = "consul";
-  version = "1.17.0";
+  version = "1.17.1";
   rev = "v${version}";
 
   # Note: Currently only release tags are supported, because they have the Consul UI
@@ -17,7 +17,7 @@ buildGoModule rec {
     owner = "hashicorp";
     repo = pname;
     inherit rev;
-    hash = "sha256-fAcgO7r0GrL2GrsX7flezhbQMcg+YBH6Lrn7BW2XMwM=";
+    hash = "sha256-z6pO9+fQ+0jeYM3wCG8T/1C5aSeSZITj+f8TmGxR+Gw=";
   };
 
   passthru.tests.consul = nixosTests.consul;
@@ -26,7 +26,7 @@ buildGoModule rec {
   # has a split module structure in one repo
   subPackages = ["." "connect/certgen"];
 
-  vendorHash = "sha256-xxREyw7xgx9Zp7nua1yq39TioWvRQXOhWqYaK6eJaOc=";
+  vendorHash = "sha256-Xt7azJS65B53jYPWLytNaGQv3Poy+3j4ak1Jq68vZRI=";
 
   doCheck = false;
 
@@ -40,7 +40,7 @@ buildGoModule rec {
     description = "Tool for service discovery, monitoring and configuration";
     homepage = "https://www.consul.io/";
     platforms = platforms.linux ++ platforms.darwin;
-    license = licenses.mpl20;
+    license = licenses.bsl11;
     maintainers = with maintainers; [ pradeepchhetri vdemeester nh2 techknowlogick];
     mainProgram = "consul";
   };