about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2022-06-25 16:13:58 +0100
committerGitHub <noreply@github.com>2022-06-25 16:13:58 +0100
commit30b07f6a4eab05a478df3b22d5f622d60a25baaf (patch)
treedcd925ca2c3fd1ee8999d4b371c5a57cd3081f92 /pkgs
parent07e2fed51ebefec6318a08b4f51e750d68fbf74f (diff)
parentd06c9d47d17ecb57390947e6de5c24473ac17917 (diff)
Merge pull request #179000 from r-ryantm/auto-update/chezmoi
chezmoi: 2.16.0 -> 2.18.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/chezmoi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/chezmoi/default.nix b/pkgs/tools/misc/chezmoi/default.nix
index 782efb24f48d3..7fc8f0ad1458a 100644
--- a/pkgs/tools/misc/chezmoi/default.nix
+++ b/pkgs/tools/misc/chezmoi/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "chezmoi";
-  version = "2.16.0";
+  version = "2.18.1";
 
   src = fetchFromGitHub {
     owner = "twpayne";
     repo = "chezmoi";
     rev = "v${version}";
-    sha256 = "sha256-J5L4xFdRV8eOJgILQqK0DhvP5/AXAmr7spzokhd4kcg=";
+    sha256 = "sha256-eRlEhtpUBZBS3fNrkkXPiktPyGQ2K8MFwsDVo3DUb+o=";
   };
 
-  vendorSha256 = "sha256-y+xPuW8l3XvpnlqdlNIWdweNXMsAOrwbXHq2cJQRcOY=";
+  vendorSha256 = "sha256-u+iFnBzlaa+7heQEI18WWD45TSxEpIY73ZrxjLx84Ic=";
 
   doCheck = false;