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

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

ctlptl: 0.8.8 -> 0.8.9
parents 3dd0d739 be6dfc75
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.8";
  version = "0.8.9";

  src = fetchFromGitHub {
    owner = "tilt-dev";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-OuLA8Yq0ihvj4wCQxQ/GqN85KW8Cj5eTWN+UZ52T0DU=";
    sha256 = "sha256-Q8blJNfxdP1V5poOlLXEmFsZ1OxVqi+qok47VCdSSQE=";
  };

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