Unverified Commit dcc237e6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

chezmoi: 2.33.5 -> 2.33.6
parents 6852ca58 49dd2a3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "chezmoi";
  version = "2.33.5";
  version = "2.33.6";

  src = fetchFromGitHub {
    owner = "twpayne";
    repo = "chezmoi";
    rev = "v${version}";
    hash = "sha256-/Dh410wloqwo6dC9YP4Ufr6E56dnHoi48QSiYMSqml0=";
    hash = "sha256-tBEhhYfwbipOmGl9lkzhOdXRf3CPNhaIYi4wppAW4Ps=";
  };

  vendorHash = "sha256-P6PbriempswIH2h1RBTuhtxcmPI5T5lKS9nXRotARa8=";
  vendorHash = "sha256-NDqwA6JHpq8ItT7ctv3KKkUwDZNgAjfgigqX9mGEYVY=";

  doCheck = false;