chezmoi: 2.70.3 -> 2.70.5 (#529085)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-10 00:19:21 +00:00
committed by GitHub
+8 -5
View File
@@ -1,22 +1,23 @@
{
lib,
buildGo125Module,
buildGoModule,
fetchFromGitHub,
installShellFiles,
nix-update-script,
}:
buildGo125Module (finalAttrs: {
buildGoModule (finalAttrs: {
pname = "chezmoi";
version = "2.70.3";
version = "2.70.5";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
tag = "v${finalAttrs.version}";
hash = "sha256-1O2KXDOs9U079A12oJ5reIO5HXyrn4+hfKfQiadFEM4=";
hash = "sha256-KvPUIucPW+vTJ9HY1rtD9nwyei+JHhYGSBRDtEh8PGg=";
};
vendorHash = "sha256-vejh1aeniksXJ7xda8fEYiqe4FEsYzJpGMtr59uHByY=";
vendorHash = "sha256-jCKO/ih/HRLZ5hv4Ib8qB9kIJagJQq79wtSqBi+BgCY=";
nativeBuildInputs = [
installShellFiles
@@ -39,6 +40,8 @@ buildGo125Module (finalAttrs: {
installShellCompletion --zsh completions/chezmoi.zsh
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Manage your dotfiles across multiple machines, securely";
homepage = "https://www.chezmoi.io/";