about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-08-02 13:25:02 +0700
committerGitHub <noreply@github.com>2021-08-02 13:25:02 +0700
commitcff4cc05bc5d6ee4b2adcf927235df79aebdbf35 (patch)
tree96d5f9e7eb200648cbae06edd4b147c788a01e68 /pkgs/tools
parentd89346731751d108933e8ccb934ba9f55ab83407 (diff)
parentdf3c1f60d31158537b96ad4f19a9adbf83e84477 (diff)
Merge pull request #132377 from r-ryantm/auto-update/chezmoi
chezmoi: 2.1.2 -> 2.1.3
Diffstat (limited to 'pkgs/tools')
-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 fd289f9cfb8ae..c1889b0e8c1ac 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.1.2";
+  version = "2.1.3";
 
   src = fetchFromGitHub {
     owner = "twpayne";
     repo = "chezmoi";
     rev = "v${version}";
-    sha256 = "sha256-EStR/tmbu95tptB7h3rHxoro87jlhu3i0XwRQNbIBvA=";
+    sha256 = "sha256-F4ad2P4NF7MSp6Lttk9hjAixiMTG/vtMe7YItmXdc4w=";
   };
 
-  vendorSha256 = "sha256-Geeo/tqF+VJamIzgU1qz0iEjTKE8jwFQLGXPBuN9eN8=";
+  vendorSha256 = "sha256-S/aP+oBH+bChoTLqqcB0aDzR7xtg9/qBqxxcLCwAbqY=";
 
   doCheck = false;