Merge pull request #253045 from kashw2/ctlptl

ctlptl: 0.8.21 -> 0.8.22
This commit is contained in:
Nick Cao 2023-09-03 09:22:49 -04:00 committed by GitHub
commit 9535dc95f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ctlptl";
version = "0.8.21";
version = "0.8.22";
src = fetchFromGitHub {
owner = "tilt-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-ulP159bhiVxZ5D7YamPR7AhCZ5qBr63Eitgf0/Sc6lo=";
hash = "sha256-/LKsaWqJZG9LdUt9zVAspLOYGr0TrhOJB4j0Vv40rkE=";
};
vendorHash = "sha256-nfSqu1u7NWbZYL7CEZ/i2tdxQBblRbwJwdwoEtol/Us=";