Skip to content

Commit

Permalink
Merge pull request NixOS#211371 from r-ryantm/auto-update/chezmoi
Browse files Browse the repository at this point in the history
chezmoi: 2.29.1 -> 2.29.2
  • Loading branch information
marsam authored Jan 18, 2023
2 parents a5e1363 + ff330ce commit a5c47ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/chezmoi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "chezmoi";
version = "2.29.1";
version = "2.29.2";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
hash = "sha256-fiBnX+y6/w4cbosspzmLf2+tTu8ZsYSJonNSy3kVx08=";
hash = "sha256-dbs1NMgLACbpjKBU3u+Sqczv2PgoLTH7mMIyAcHkMZQ=";
};

vendorHash = "sha256-cSwbQWWjMuTuCvIYfTeZV+wd18eDLn7bZNEtyaFQHBg=";
vendorHash = "sha256-0heLEQFKxKxeNZGBd3GcTsOfhmDyxZRynVrAkF6vHvk=";

doCheck = false;

Expand Down

0 comments on commit a5c47ae

Please sign in to comment.