chezmoi: 2.47.4 -> 2.48.0

This commit is contained in:
Anderson Torres 2024-04-26 22:20:51 -03:00
parent d2f0ed6113
commit 10b3cfca2e
1 changed files with 3 additions and 3 deletions

View File

@ -8,16 +8,16 @@
let
argset = {
pname = "chezmoi";
version = "2.47.4";
version = "2.48.0";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${argset.version}";
hash = "sha256-clhW/Y+OJ7iQVK8I2xwoVT9rXF2CXRBaUxDZrREAjYc=";
hash = "sha256-TclY4O5mA14cI7+qvGwt5jSHftxhGaa3ICVn8qdrKqs=";
};
vendorHash = "sha256-8Puy1IKLMENduWyOAJtvpd7FV1a0IdmkMYztIJdeaBs=";
vendorHash = "sha256-qoXfneNEAsvUgaEFHPF1bf/S8feFX+8HtwQy7nzy8Bo=";
nativeBuildInputs = [
installShellFiles