about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-03-18 21:36:43 +0100
committerAlan Pearce2025-03-18 21:36:43 +0100
commit1183108baa44fde88944e9207fb7763668c2b448 (patch)
treea61729c0739b290b223dc6790e69fda65b0543d1 /nix/package.nix
parent5762645aedc4d39a9e6caeb227410ca9bae2d2b5 (diff)
downloadsearchix-0.1.30.tar.lz
searchix-0.1.30.tar.zst
searchix-0.1.30.zip
chore: release 0.1.30 v0.1.30
Diffstat (limited to 'nix/package.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 56bc6b1..081ddab 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.29";
+  version = "0.1.30";
 in
 buildGoApplication {
   pname = "searchix";