about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-11-10 12:31:20 +0100
committerAlan Pearce2024-11-10 12:31:20 +0100
commitea9db0f984359bad3ffbe614cb45c248476c4f67 (patch)
treeb709c4d116be8c67dedbabf806e2d342b5c894a4 /nix
parent8656f47cd62b084a59546c79d437a120869661e3 (diff)
downloadsearchix-0.1.10.tar.lz
searchix-0.1.10.tar.zst
searchix-0.1.10.zip
chore: release 0.1.10 v0.1.10
Diffstat (limited to 'nix')
-rw-r--r--nix/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index dc1e8e3..aba8e02 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.9";
+  version = "0.1.10";
 in
 buildGoApplication {
   pname = "searchix";