Merge pull request #334992 from r-ryantm/auto-update/chezmoi

chezmoi: 2.52.0 -> 2.52.1
This commit is contained in:
Pol Dellaiera 2024-08-16 11:27:27 +02:00 committed by GitHub
commit 12d4ef7b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
let
argset = {
pname = "chezmoi";
version = "2.52.0";
version = "2.52.1";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${argset.version}";
hash = "sha256-RhzFIG93LglHd462e9ZdUYLGGlWn2EkJcEbk9EPrlfA=";
hash = "sha256-USDZ3tEXXOTNyA6tCJndZiHTDBFg70EFnvxYsrFbgi0=";
};
vendorHash = "sha256-3RJk8Pf445lF2C7kQsj0eOXcFBWCHwLx8+GrqO7nAPM=";
vendorHash = "sha256-xof2uSVUzWPlMhWU7p9/dlbHnr2/Keu7JpUUvuTB2dM=";
nativeBuildInputs = [
installShellFiles