chezmoi: 2.0.7 -> 2.0.8

This commit is contained in:
R. RyanTM 2021-04-04 17:13:08 +00:00
parent 68e901c684
commit 0ae5e0e784

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "chezmoi";
version = "2.0.7";
version = "2.0.8";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
sha256 = "sha256-mJJtkJ57rYEe1BWK3TWAMOar/IUUC9ybiccx81puHsE=";
sha256 = "sha256-bGrGekZLystw3AvQP9bdFGlxteGCzwrhamaO8WLKf7U=";
};
vendorSha256 = "sha256-YU+t8GVsLYWONezUIB4NUrVxtYOmf/2b5v4v3VSYtBU=";