tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
carapace: 1.0.1 -> 1.0.2
Miguel Madrid-Mencía
2 years ago
9e3ffad0
dd1290b0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
shells
carapace
default.nix
+3
-3
pkgs/shells/carapace/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "carapace";
5
5
-
version = "1.0.1";
5
5
+
version = "1.0.2";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "rsteube";
9
9
repo = "${pname}-bin";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-pyuehQZVg+f51r/oEH+FIpUUDTCKu4R9DmMaOffRfXA=";
11
11
+
hash = "sha256-mwn7oJjVlZli4vhTGui6HCxnjL3Qz8ygejaqvdbZ6co=";
12
12
};
13
13
14
14
vendorHash = "sha256-HWczvkItE9SVGGQkddnb7/PBkTWrDAdKHjMOztlYV9M=";
···
32
32
meta = with lib; {
33
33
description = "Multi-shell multi-command argument completer";
34
34
homepage = "https://rsteube.github.io/carapace-bin/";
35
35
-
maintainers = with maintainers; [ ];
35
35
+
maintainers = with maintainers; [ mimame ];
36
36
license = licenses.mit;
37
37
mainProgram = "carapace";
38
38
};