about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-30 19:15:18 +0100
committerAlan Pearce2024-12-30 19:15:18 +0100
commit1872c47e393e9c4c811f3b90ec2e0ac4cd8767b2 (patch)
treed68c954e0633c0a53ccd38ca63bc49c5a691ffee /nix
parente1787bf0b6dbac3a1601559d2f00ebc4b2df0f29 (diff)
downloadsearchix-1872c47e393e9c4c811f3b90ec2e0ac4cd8767b2.tar.lz
searchix-1872c47e393e9c4c811f3b90ec2e0ac4cd8767b2.tar.zst
searchix-1872c47e393e9c4c811f3b90ec2e0ac4cd8767b2.zip
chore: release 0.1.13 v0.1.13
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 3949222..9a9e2a6 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.12";
+  version = "0.1.13";
 in
 buildGoApplication {
   pname = "searchix";