carapace: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2022-09-21 12:06:27 +00:00 committed by Bobby Rong
parent 7f5aa3f41a
commit 60043ef7c3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "carapace";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "rsteube";
repo = "${pname}-bin";
rev = "v${version}";
sha256 = "sha256-3ZWYEfssGq6fBoHrDsp6yvkB9TLF+heELEIbZ1TN2lI=";
sha256 = "sha256-zfW2YbMybE2ZOYVNdmxAE0HwDTDeaVa0SrSUahyuTTk=";
};
vendorSha256 = "sha256-OrbVqCgsVX5b5knN6IdlJBWeGfg2fh09a2xe5+2EGEs=";
vendorSha256 = "sha256-MIgV8of3d9STMYtK+9gGkKBZ5Y4l5NhofK5F1Yfi/kE=";
subPackages = [ "./cmd/carapace" ];