gopass-jsonapi: 1.15.16 -> 1.15.18 (#443297)

authored by Doron Behar and committed by GitHub 696c0c81 e5407b55

+5 -5
+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.18/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.18"; 31 32 src = fetchFromGitHub { 33 owner = "gopasspw"; 34 repo = "gopass-jsonapi"; 35 rev = "v${version}"; 36 + hash = "sha256-TN6GC+T2S3xdUGtQFbsSnFtdb+DsERLjLMCPCb8Q+2c="; 37 }; 38 39 + vendorHash = "sha256-PJOGnx0zSxK95bWbweF/VoSfyXkkmru8XYToSh48YOw="; 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.18/setup_others.go#L33-L46) 76 # 77 # `gopass-jsonapi configure` ask for confirmation before writing any files, 78 # `echo y` gives it.