diff options
| author | markuskowa <markus.kowalewski@gmail.com> | 2022-11-05 17:08:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-05 17:08:14 +0100 |
| commit | 23e9a37ebd4471e490e45d4d9ccda452f3e288f6 (patch) | |
| tree | bff569702f68ebd49ea5040ac9c76b477ed0e265 | |
| parent | Merge pull request #199421 from r-ryantm/auto-update/bazelisk (diff) | |
| parent | ctlptl: 0.8.11 -> 0.8.12 (diff) | |
| download | nixpkgs-23e9a37ebd4471e490e45d4d9ccda452f3e288f6.tar.gz | |
Merge pull request #199688 from r-ryantm/auto-update/ctlptl
ctlptl: 0.8.11 -> 0.8.12
| -rw-r--r-- | pkgs/development/tools/ctlptl/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ctlptl/default.nix b/pkgs/development/tools/ctlptl/default.nix index 3238682eb007..bf49c850881b 100644 --- a/pkgs/development/tools/ctlptl/default.nix +++ b/pkgs/development/tools/ctlptl/default.nix @@ -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="; |
