Skip to content

Commit

Permalink
Merge pull request #140399 from jhillyerd/cm230
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 3, 2021
2 parents d5735ae + 8067021 commit 82de6b4
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 @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "chezmoi";
version = "2.1.6";
version = "2.3.0";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
sha256 = "sha256-6BzocbG7I3ZHlPGZ2GRY/n9ezRF2OER9BFaoIq0yBro=";
sha256 = "sha256-hKWajx4cAs6rP536Xnz7zg2LPg36EwDDUBzpQkQLVoE=";
};

vendorSha256 = "sha256-i20Zt1ZP1ij1Qp4moNZqUTQOHPlchonFF7ag5qjMoqg=";
vendorSha256 = "sha256-ECdsuKvBVyzRo9XviVldHnD4nND9P1v4esLz0+L+c7o=";

doCheck = false;

Expand Down

0 comments on commit 82de6b4

Please sign in to comment.