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

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

ctlptl: 0.8.17 -> 0.8.18
parents 3155fe67 f3f33456
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "ctlptl";
  version = "0.8.17";
  version = "0.8.18";

  src = fetchFromGitHub {
    owner = "tilt-dev";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-vX2U6bkl8ms31zIjXOy/3vw/q9ul74x9TEpsLu5o6XI=";
    hash = "sha256-J1mq25EcoSvZNvfkBWQjRG0eXWFroNqQ8ylEohoninI=";
  };

  vendorHash = "sha256-zlMCfa94gYLWDYC9YOzhLYs5khzmDk8a/2MljpSoFng=";
  vendorHash = "sha256-QGceY4xUdjPyO0XGpE0mvP5Q5nQKc/tkBp0Iseuw8Ro=";

  nativeBuildInputs = [ installShellFiles ];