2022-12-03T10:21:14 carapace 0.18.0 -> 0.18.1 https://repology.org/metapackage/carapace/versions 2022-12-03T10:21:16 attrpath: carapace 2022-12-03T10:21:16 Checking auto update branch... 2022-12-03T10:21:16 No auto update branch exists 2022-12-03T10:21:17 Old version 0.18.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "carapace"; version = "0.18.1"; src = fetchFromGitHub { owner = "rsteube"; repo = "${pname}-bin"; rev = "v${version}"; sha256 = "sha256-w0olExMi8Qlk06r0SRYoeZjbTh79/ggH/JwfVFgE31Y="; }; vendorSha256 = "sha256-huHbAS0sh/wqEMabnUNsdNMo4M3EXa/PNEA8QgMRAC4="; subPackages = [ "./cmd/carapace" ]; tags = [ "release" ]; preBuild = '' go generate ./... ''; meta = with lib; { description = "Multi-shell multi-command argument completer"; homepage = "https://rsteube.github.io/carapace-bin/"; maintainers = with maintainers; [ mredaelli ]; license = licenses.mit; platforms = platforms.unix; }; }