Skip to content

Commit 0a03efe

Browse files
committed
ctlptl: 0.8.38 -> 0.8.39
1 parent 6ca4c0b commit 0a03efe

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.38";
10+
version = "0.8.39";
1111

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

19-
vendorHash = "sha256-qft+39m583ifp/seEErSGprh9JGpFFvm/EyzCVUmIwQ=";
19+
vendorHash = "sha256-NAL6O5042cWE56vDONyIfuKSfi1hWuRr4C7Dwfz7PzE=";
2020

2121
nativeBuildInputs = [ installShellFiles ];
2222

0 commit comments

Comments
 (0)