Unverified Commit 23e9a37e authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #199688 from r-ryantm/auto-update/ctlptl

ctlptl: 0.8.11 -> 0.8.12
parents 921467e0 a0b7b603
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ctlptl";
  version = "0.8.11";
  version = "0.8.12";

  src = fetchFromGitHub {
    owner = "tilt-dev";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-69xFfDNitLu8KUQP9ij0ndV6JCzp9wrLsHKwEjuhYdY=";
    sha256 = "sha256-h0JR641+VBiTJY8INXhxwvsyZGLH4YRdkddwo2IUDQk=";
  };

  vendorSha256 = "sha256-M9B/rfMBjYJb9szmYPVZqURlcv62qHOLJ3ka0v++z0s=";