about summary refs log tree commit diff
path: root/pkgs/tools/misc/chezmoi
diff options
context:
space:
mode:
authorJames Hillyerd <james@hillyerd.com>2021-09-19 15:24:16 -0700
committerJames Hillyerd <james@hillyerd.com>2021-10-03 10:03:44 -0700
commit8067021ee7c637cae2d7597f64e7436e803b0b04 (patch)
tree9e29f5ed880448c66047d080832b71adef709872 /pkgs/tools/misc/chezmoi
parent685afcd4c24b6b439faade6df234b3241913ff72 (diff)
chezmoi: 2.1.6 -> 2.3.0
Diffstat (limited to 'pkgs/tools/misc/chezmoi')
-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 a60a84475b063..8568c6b488c7a 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.6";
+  version = "2.3.0";
 
   src = fetchFromGitHub {
     owner = "twpayne";
     repo = "chezmoi";
     rev = "v${version}";
-    sha256 = "sha256-6BzocbG7I3ZHlPGZ2GRY/n9ezRF2OER9BFaoIq0yBro=";
+    sha256 = "sha256-hKWajx4cAs6rP536Xnz7zg2LPg36EwDDUBzpQkQLVoE=";
   };
 
-  vendorSha256 = "sha256-i20Zt1ZP1ij1Qp4moNZqUTQOHPlchonFF7ag5qjMoqg=";
+  vendorSha256 = "sha256-ECdsuKvBVyzRo9XviVldHnD4nND9P1v4esLz0+L+c7o=";
 
   doCheck = false;