ctlptl: 0.8.8 -> 0.8.9

This commit is contained in:
R. Ryantm
2022-10-01 18:13:51 +00:00
parent 14c5d22687
commit be6dfc75ca
+2 -2
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=";