2022-12-24T18:51:51 gopass-hibp 1.15.0 -> 1.15.2 https://github.com/gopasspw/gopass-hibp/releases 2022-12-24T18:51:53 attrpath: gopass-hibp 2022-12-24T18:51:53 Checking auto update branch... 2022-12-24T18:51:54 No auto update branch exists 2022-12-24T18:51:54 Old version 1.15.0" not present in master derivation file with contents: { lib , makeWrapper , buildGoModule , fetchFromGitHub , gopass }: buildGoModule rec { pname = "gopass-hibp"; version = "1.15.2"; src = fetchFromGitHub { owner = "gopasspw"; repo = pname; rev = "v${version}"; hash = "sha256-2F1OqVxXrQpwg2M1o8gQzczXI2JKVFCA1K6kGUc+e5U="; }; vendorHash = "sha256-3KYEn4+YI5KwAlfokUF5hU801xylWVtmJwocVl6QfhM="; subPackages = [ "." ]; nativeBuildInputs = [ makeWrapper ]; ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${src.rev}" ]; postFixup = '' wrapProgram $out/bin/gopass-hibp \ --prefix PATH : "${lib.makeBinPath [ gopass ]}" ''; meta = with lib; { description = "Gopass haveibeenpwnd.com integration"; homepage = "https://www.gopass.pw/"; license = licenses.mit; maintainers = with maintainers; [ sikmir ]; }; }