Unverified Commit 435b76ea authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

chezmoi: 2.62.1 -> 2.62.2 (#401423)

parents f32d3043 fd748ddb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@
let
  argset = {
    pname = "chezmoi";
    version = "2.62.1";
    version = "2.62.2";

    src = fetchFromGitHub {
      owner = "twpayne";
      repo = "chezmoi";
      rev = "v${argset.version}";
      hash = "sha256-2n8ePR5WzV6RtfI9ySIy5Zqg8jKXltUNq572kVUyLWY=";
      hash = "sha256-Bma7w/Nhpht02eOVyVJDJq+JDUXR7svD8TdMZhuNw10=";
    };

    vendorHash = "sha256-7OD/yRI0TD8PM1IoMazN2W5b8AwKs64068ZectGXFtU=";
    vendorHash = "sha256-L089chsoaEDo2+ahTKs9w0Np3S2fWVtt9jWRJmBrP3w=";

    nativeBuildInputs = [
      installShellFiles