We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0fef8 commit a49f4cfCopy full SHA for a49f4cf
pkgs/by-name/gr/gradle-completion/package.nix
@@ -3,6 +3,7 @@
3
stdenvNoCC,
4
fetchFromGitHub,
5
installShellFiles,
6
+ gitUpdater,
7
}:
8
9
stdenvNoCC.mkDerivation (finalAttrs: {
@@ -38,6 +39,10 @@ stdenvNoCC.mkDerivation (finalAttrs: {
38
39
runHook postInstall
40
'';
41
42
+ passthru.updateScript = gitUpdater {
43
+ rev-prefix = "v";
44
+ };
45
+
46
meta = {
47
description = "Gradle tab completion for bash and zsh";
48
homepage = "https://github.com/gradle/gradle-completion";
0 commit comments