about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-11 15:48:06 +0100
committerAlan Pearce2025-03-11 15:48:06 +0100
commit306f3432f780586d129d45c52face38e34eb1bb8 (patch)
tree568ad8c32959e475801186a9ce608d272abab6c2 /nix
parent598b1f24aa5f20eb8ab47fd5bb73aae55779c1b2 (diff)
downloadsearchix-0.1.24.tar.lz
searchix-0.1.24.tar.zst
searchix-0.1.24.zip
chore: release 0.1.24 v0.1.24
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 7010c7f..79a779e 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.23";
+  version = "0.1.24";
 in
 buildGoApplication {
   pname = "searchix";