all repos — searchix @ 82388e0abb013e3f2cd8c5659be44315658b777a

Search engine for NixOS, nix-darwin, home-manager and NUR users

chore: release 0.1.3

Alan Pearce
commit

82388e0abb013e3f2cd8c5659be44315658b777a

parent

6ea953b1c9f9c352a9619e42a6f0ce80d183d7f8

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M nix/package.nixnix/package.nix
@@ -17,7 +17,7 @@ }:
let inherit (builtins) concatStringsSep match; - version = "0.1.2"; + version = "0.1.3"; in buildGoApplication { pname = "searchix";