Skip to content

Commit

Permalink
chezmoi: 2.42.3 -> 2.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjheng committed Jan 14, 2024
1 parent c2b0177 commit fbfaf31
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 @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "chezmoi";
version = "2.42.3";
version = "2.45.0";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${version}";
hash = "sha256-Hw/yoQzwzyicFXsbNlBjL2S+pC23N+sC0R3dijMP2Gs=";
hash = "sha256-h17qbuicwYo2/ygJbhJbLqdcFWgZO/Sz8WQC/Addasc=";
};

vendorHash = "sha256-xBsjK2QCW5I9PGPNZWs3uuiBptV+EHSmAuUEWwvV/C0=";
vendorHash = "sha256-NqCNP+oG8+x6vYaV9bDfn8+Q1nbxV3L3vs8L4iYgypU=";

doCheck = false;

Expand Down

0 comments on commit fbfaf31

Please sign in to comment.