Skip to content

Commit

Permalink
Merge pull request #81797 from marsam/update-chezmoi
Browse files Browse the repository at this point in the history
chezmoi: 1.7.13 -> 1.7.16
  • Loading branch information
marsam committed Mar 5, 2020
2 parents ae18905 + 70296be commit 836b224
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/misc/chezmoi/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "chezmoi";
version = "1.7.13";
version = "1.7.16";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
sha256 = "1xqmr7sps5s3ib4q91z7drwlglp1av37gb2jm0zw7y3ijyp2c749";
sha256 = "1fkjdpqal0yzm58l146pf5xpbhij9iq79933i9a77v2jihdbjn52";
};

modSha256 = "07fglc3k3a5y70slly4ri3izwnyk4nwghmvkjwgc8lbw8m1zx0r8";
modSha256 = "0gh314d3mspqmz2z3m05bgsp62mrhb48m4mwhfy5h62fs7aqymr8";

buildFlagsArray = [
"-ldflags=-s -w -X github.com/twpayne/chezmoi/cmd.VersionStr=${version}"
Expand All @@ -20,15 +20,15 @@ buildGoModule rec {
nativeBuildInputs = [ installShellFiles ];

postInstall = ''
installShellCompletion --bash completions/chezmoi-completion.bash
installShellCompletion --bash --name chezmoi.bash completions/chezmoi-completion.bash
installShellCompletion --fish completions/chezmoi.fish
installShellCompletion --zsh completions/chezmoi.zsh
'';

subPackages = [ "." ];

meta = with stdenv.lib; {
homepage = https://github.com/twpayne/chezmoi;
homepage = "https://www.chezmoi.io/";
description = "Manage your dotfiles across multiple machines, securely";
license = licenses.mit;
maintainers = with maintainers; [ jhillyerd ];
Expand Down

0 comments on commit 836b224

Please sign in to comment.