about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 06:59:04 -0500
committerGitHub <noreply@github.com>2022-09-30 06:59:04 -0500
commitf19adea8d452c658d63c87e951162d6705e428ed (patch)
tree8417729ccdf3733e336ba4c2b35a93d98ea3d0ca
parente87b4a3eed8b843f40305a89a88461d01ac55b51 (diff)
parent0ea824e259fb638d4eff5854f1b5d01366e753fe (diff)
Merge pull request #193020 from r-ryantm/auto-update/chezmoi
chezmoi: 2.23.0 -> 2.24.0
-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 d23c4faa7e545..3fa25c6d86c96 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.23.0";
+  version = "2.24.0";
 
   src = fetchFromGitHub {
     owner = "twpayne";
     repo = "chezmoi";
     rev = "v${version}";
-    sha256 = "sha256-h9FtmiOrzHdweZQr0xTw12MavbyWwTw3KeOtzXbVt8E=";
+    sha256 = "sha256-HXQdUxc622Pq9NoXa0MPk1yjmDvyYe67RxM6AJ8roN0=";
   };
 
-  vendorSha256 = "sha256-TNFplcN6vmt0z3WuMXZPYeM9xWMXfmsY912MItqRG6U=";
+  vendorSha256 = "sha256-A9l4YbZWdmhoAz6PqFufWGxSnY3TbZfVqXnu+ZWLnQA=";
 
   doCheck = false;