gopass-jsonapi: 1.15.17 -> 1.15.18

Diff: https://github.com/gopasspw/gopass-jsonapi/compare/v1.15.17...v1.15.18

Changelog: https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.18/CHANGELOG.md

+5 -5
+5 -5
pkgs/by-name/go/gopass-jsonapi/package.nix
··· 13 13 14 14 let 15 15 16 - # https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.17/internal/jsonapi/manifest/manifest_path_linux.go 16 + # https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.18/internal/jsonapi/manifest/manifest_path_linux.go 17 17 manifestPaths = { 18 18 firefox = "$out/lib/mozilla/native-messaging-hosts/com.justwatch.gopass.json"; 19 19 chrome = "$out/etc/opt/chrome/native-messaging-hosts/com.justwatch.gopass.json"; ··· 27 27 in 28 28 buildGoModule rec { 29 29 pname = "gopass-jsonapi"; 30 - version = "1.15.17"; 30 + version = "1.15.18"; 31 31 32 32 src = fetchFromGitHub { 33 33 owner = "gopasspw"; 34 34 repo = "gopass-jsonapi"; 35 35 rev = "v${version}"; 36 - hash = "sha256-ayHkVeaUnG/fWDTIPWByxBOBK7FTNtVDrjx1CMsVRsY="; 36 + hash = "sha256-TN6GC+T2S3xdUGtQFbsSnFtdb+DsERLjLMCPCb8Q+2c="; 37 37 }; 38 38 39 - vendorHash = "sha256-z1hburRai5+eHWWGpCPAtyODAR9IKUVQji/EJVPcsh4="; 39 + vendorHash = "sha256-PJOGnx0zSxK95bWbweF/VoSfyXkkmru8XYToSh48YOw="; 40 40 41 41 subPackages = [ "." ]; 42 42 ··· 72 72 # `gopass-jsonapi configure` will ask for them. (`--libpath` and `--global` 73 73 # are overriden by `--manifest-path`. `--libpath` is only used to 74 74 # compute Firefox's global manifest path. See 75 - # https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.17/setup_others.go#L33-L46) 75 + # https://github.com/gopasspw/gopass-jsonapi/blob/v1.15.18/setup_others.go#L33-L46) 76 76 # 77 77 # `gopass-jsonapi configure` ask for confirmation before writing any files, 78 78 # `echo y` gives it.