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

ctlptl: 0.8.8 -> 0.8.9
This commit is contained in:
Mario Rodas 2022-10-02 18:24:01 -05:00 committed by GitHub
commit a62844b302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";