2022-12-24T08:33:54 gopass-jsonapi 1.15.0 -> 1.15.2 https://github.com/gopasspw/gopass-jsonapi/releases 2022-12-24T08:33:56 attrpath: gopass-jsonapi 2022-12-24T08:33:56 Checking auto update branch... 2022-12-24T08:33:56 No auto update branch exists 2022-12-24T08:33:57 Old version 1.15.0" not present in master derivation file with contents: { lib , makeWrapper , buildGoModule , fetchFromGitHub , installShellFiles , gopass }: buildGoModule rec { pname = "gopass-jsonapi"; version = "1.15.2"; src = fetchFromGitHub { owner = "gopasspw"; repo = pname; rev = "v${version}"; hash = "sha256-Y1Ol46/7uct7Xap1mV/sqG82khlylVvk5Hsvj6d9eLU="; }; vendorHash = "sha256-dk6bdJkl9PKBbCjEL1IUHp0EmTZ3ZFVbmnluKVWZ1P4="; 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 ]; }; }