carapace: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2024-10-04 06:38:22 +00:00
parent 73bed75dbd
commit 650482427d

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "carapace";
version = "1.0.6";
version = "1.0.7";
src = fetchFromGitHub {
owner = "carapace-sh";
repo = "carapace-bin";
rev = "v${version}";
hash = "sha256-onkYihS4abrOfqOehlDy+ooL2d04w6DwOY3+B4+L3IQ=";
hash = "sha256-ryFnccCSgQ0qEf3oRPmIO98fx2BlkK2dEFvNk2m9qSo=";
};
vendorHash = "sha256-UFpQAlXFS1O/MqeGvUAWSQLhP03wf8JX8zz8cMyMmrc=";
vendorHash = "sha256-biJN+WjNK/Fjjd3+ihZcFCu75fup3g9R6lIa6qHco5I=";
ldflags = [
"-s"