Skip to content

Commit df75ed6

Browse files
authored
ctlptl: 0.8.39 -> 0.8.40 (#392037)
2 parents ae3b2ee + 94f4745 commit df75ed6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ct/ctlptl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "ctlptl";
10-
version = "0.8.39";
10+
version = "0.8.40";
1111

1212
src = fetchFromGitHub {
1313
owner = "tilt-dev";
1414
repo = pname;
1515
rev = "v${version}";
16-
hash = "sha256-RZdS1Gl8CGzvgRiPKie+Pv4kCHdRmGp1DbCjswhLAxg=";
16+
hash = "sha256-O6oAkYzkBUecwAcLjPIR7D/k4REWND8TWdstPNVJ0MU=";
1717
};
1818

19-
vendorHash = "sha256-NAL6O5042cWE56vDONyIfuKSfi1hWuRr4C7Dwfz7PzE=";
19+
vendorHash = "sha256-1BrohvN3Eefuy2y7pjdwhzFQG9YLr9X/CLbOeTBZkjY=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)