ctlptl: 0.8.25 -> 0.8.26

This commit is contained in:
R. Ryantm 2024-02-04 07:22:41 +00:00
parent e1297790f1
commit f9894f1521

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ctlptl";
version = "0.8.25";
version = "0.8.26";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-rO3kOZGAI2K4+sFx2ka1lufTWauUY+qRWpoweT33cQw=";
hash = "sha256-Qi9fN66YLow8TO/4GmJBIcj8CnH7jbpyryjnMG6yp0U=";
};
vendorHash = "sha256-hWmk/QmkSvRvjt9vcPG07sVwWlqfZrYvY0MGaeKhvTI=";
vendorHash = "sha256-gortoYTYGtvhM1XWVhI2bB+cKtbTADpKl5W9h1QSEPc=";
nativeBuildInputs = [ installShellFiles ];