Skip to content

Commit

Permalink
chezmoi: 2.52.1 -> 2.52.2 (#340998)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Sep 11, 2024
2 parents ed0fe13 + 2a0915f commit 4e97f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ch/chezmoi/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
let
argset = {
pname = "chezmoi";
version = "2.52.1";
version = "2.52.2";

src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${argset.version}";
hash = "sha256-USDZ3tEXXOTNyA6tCJndZiHTDBFg70EFnvxYsrFbgi0=";
hash = "sha256-SSwQQoHCcSVHMEpngpmdTThhwrob5/0TP9nQhOD6+1U=";
};

vendorHash = "sha256-xof2uSVUzWPlMhWU7p9/dlbHnr2/Keu7JpUUvuTB2dM=";
vendorHash = "sha256-t+lw1AtYnCBjJT+/pQZ71xycx4dJggqz08dNonbkP74=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 4e97f9f

Please sign in to comment.