Merge pull request #233214 from r-ryantm/auto-update/chezmoi

chezmoi: 2.33.5 -> 2.33.6
This commit is contained in:
Mario Rodas
2023-05-21 07:23:01 -05:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "chezmoi";
version = "2.33.5";
version = "2.33.6";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
hash = "sha256-/Dh410wloqwo6dC9YP4Ufr6E56dnHoi48QSiYMSqml0=";
hash = "sha256-tBEhhYfwbipOmGl9lkzhOdXRf3CPNhaIYi4wppAW4Ps=";
};
vendorHash = "sha256-P6PbriempswIH2h1RBTuhtxcmPI5T5lKS9nXRotARa8=";
vendorHash = "sha256-NDqwA6JHpq8ItT7ctv3KKkUwDZNgAjfgigqX9mGEYVY=";
doCheck = false;