2022-11-30T01:50:38 gopass-jsonapi 1.14.9 -> 1.14.11 https://repology.org/metapackage/gopass-jsonapi/versions 2022-11-30T01:50:40 attrpath: gopass-jsonapi 2022-11-30T01:50:40 Checking auto update branch... 2022-11-30T01:50:40 No auto update branch exists 2022-11-30T01:50:41 Old version 1.14.9" not present in master derivation file with contents: { lib , makeWrapper , buildGoModule , fetchFromGitHub , installShellFiles , gopass }: buildGoModule rec { pname = "gopass-jsonapi"; version = "1.14.11"; src = fetchFromGitHub { owner = "gopasspw"; repo = pname; rev = "v${version}"; hash = "sha256-pQ94SMGhIh3Hh/y6kUXQSFb+ADgOZGcLaNVdzGosse0="; }; vendorHash = "sha256-eKbO0NFQzNa6TOQu7M1tUk9xXC0K7enHR8ujlNIWfzc="; subPackages = [ "." ]; nativeBuildInputs = [ installShellFiles makeWrapper ]; ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${src.rev}" ]; postFixup = '' wrapProgram $out/bin/gopass-jsonapi \ --prefix PATH : "${lib.makeBinPath [ gopass ]}" ''; meta = with lib; { description = "Enables communication with gopass via JSON messages"; homepage = "https://www.gopass.pw/"; license = licenses.mit; maintainers = with maintainers; [ maxhbr ]; }; }