ctlptl: 0.8.43 -> 0.8.44

This commit is contained in:
R. Ryantm
2025-12-18 03:51:00 +00:00
parent 233f4672b9
commit 7250039ae0
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "ctlptl";
version = "0.8.43";
version = "0.8.44";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = "ctlptl";
rev = "v${version}";
hash = "sha256-NQLVwa/JLawLM5ImcRlG/XBLZBkS0fhy2gmu5v00w1k=";
hash = "sha256-DIVKwfTSA03Yyservf3TK7y9RKi2t6pELyC0cpoUH3I=";
};
vendorHash = "sha256-ENSW2JGcMjg83/vsmIa4C181WOkZQrRpSVZdfWXl4JY=";
vendorHash = "sha256-bZd2DWQ2utKYctx9KzE5BzF5wkj1rGkka6PsYb7G8Oo=";
nativeBuildInputs = [ installShellFiles ];