tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gopass-jsonapi: 1.15.16 -> 1.15.17
R. Ryantm
4 months ago
e181a4b3
7ec41b18
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
gopass-jsonapi
package.nix
+5
-5
pkgs/by-name/go/gopass-jsonapi/package.nix
···
13
14
let
15
16
-
# https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.16/internal/jsonapi/manifest/manifest_path_linux.go
17
manifestPaths = {
18
firefox = "$out/lib/mozilla/native-messaging-hosts/com.justwatch.gopass.json";
19
chrome = "$out/etc/opt/chrome/native-messaging-hosts/com.justwatch.gopass.json";
···
27
in
28
buildGoModule rec {
29
pname = "gopass-jsonapi";
30
-
version = "1.15.16";
31
32
src = fetchFromGitHub {
33
owner = "gopasspw";
34
repo = "gopass-jsonapi";
35
rev = "v${version}";
36
-
hash = "sha256-Nl69SSqs18zG7eYhBafXFGBVNQglSeffg7Z0Y8zuLmc=";
37
};
38
39
-
vendorHash = "sha256-zncWJSA6cUthwcFZQXtJmwJZujaXt0Rubcga8D0+ZQc=";
40
41
subPackages = [ "." ];
42
···
72
# `gopass-jsonapi configure` will ask for them. (`--libpath` and `--global`
73
# are overriden by `--manifest-path`. `--libpath` is only used to
74
# compute Firefox's global manifest path. See
75
-
# https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.16/setup_others.go#L33-L46)
76
#
77
# `gopass-jsonapi configure` ask for confirmation before writing any files,
78
# `echo y` gives it.
···
13
14
let
15
16
+
# https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.17/internal/jsonapi/manifest/manifest_path_linux.go
17
manifestPaths = {
18
firefox = "$out/lib/mozilla/native-messaging-hosts/com.justwatch.gopass.json";
19
chrome = "$out/etc/opt/chrome/native-messaging-hosts/com.justwatch.gopass.json";
···
27
in
28
buildGoModule rec {
29
pname = "gopass-jsonapi";
30
+
version = "1.15.17";
31
32
src = fetchFromGitHub {
33
owner = "gopasspw";
34
repo = "gopass-jsonapi";
35
rev = "v${version}";
36
+
hash = "sha256-ayHkVeaUnG/fWDTIPWByxBOBK7FTNtVDrjx1CMsVRsY=";
37
};
38
39
+
vendorHash = "sha256-z1hburRai5+eHWWGpCPAtyODAR9IKUVQji/EJVPcsh4=";
40
41
subPackages = [ "." ];
42
···
72
# `gopass-jsonapi configure` will ask for them. (`--libpath` and `--global`
73
# are overriden by `--manifest-path`. `--libpath` is only used to
74
# compute Firefox's global manifest path. See
75
+
# https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.17/setup_others.go#L33-L46)
76
#
77
# `gopass-jsonapi configure` ask for confirmation before writing any files,
78
# `echo y` gives it.