about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-09-05 20:29:32 +0200
committerGitHub <noreply@github.com>2022-09-05 20:29:32 +0200
commit152644458458093f6240915037a4dd8a588d3beb (patch)
tree6366431412c3f74f57d987ec5e51349dfc69e1a5 /pkgs
parentb68f057782ccff9b3e6411ca0f02ea495e66b08f (diff)
parentff185fa2dddaa4fea033936b568a239d23571e1f (diff)
Merge pull request #189831 from r-ryantm/auto-update/chezmoi
chezmoi: 2.22.0 -> 2.22.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/chezmoi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/chezmoi/default.nix b/pkgs/tools/misc/chezmoi/default.nix
index 37aec7e04d89e..1173deeef1805 100644
--- a/pkgs/tools/misc/chezmoi/default.nix
+++ b/pkgs/tools/misc/chezmoi/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "chezmoi";
-  version = "2.22.0";
+  version = "2.22.1";
 
   src = fetchFromGitHub {
     owner = "twpayne";
     repo = "chezmoi";
     rev = "v${version}";
-    sha256 = "sha256-igZURbPa4ldhkjae6olAbW9L8qddxZj6wwkIJ3L23aA=";
+    sha256 = "sha256-IVXrFoSpwKC96oYqMrWz5Pouf2RPUJZxQppkfmNoZIg=";
   };
 
   vendorSha256 = "sha256-riGN7d+am9DXCcFVkc2WIxmHvsNaZxHm/aEDcb8kCz4=";