chezmoi: 2.50.0 -> 2.51.0

This commit is contained in:
R. Ryantm 2024-07-16 04:40:38 +00:00 committed by Weijia Wang
parent b64e7d2266
commit 0dca1e76cf

View File

@ -8,16 +8,16 @@
let
argset = {
pname = "chezmoi";
version = "2.50.0";
version = "2.51.0";
src = fetchFromGitHub {
owner = "twpayne";
repo = "chezmoi";
rev = "v${argset.version}";
hash = "sha256-l1c55vItMIfPbcwVWnpx3mlzT75KRlbd8V8DzQoQB2w=";
hash = "sha256-18y1AmCCoxu365bsLwUrPTUqT/Hy6e2WC2xt0o4K8/8=";
};
vendorHash = "sha256-5jc7i+vX6aGq//Zl924FIdjAVyqlusZfWRbc8aj3iLw=";
vendorHash = "sha256-wWvvNc7W+7/Hwy4/hwCyY0k/Qm5M7Z6PPCa9DXbXY0E=";
nativeBuildInputs = [
installShellFiles