diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-09-23 01:54:48 +0000 |
|---|---|---|
| committer | Nick Cao <nickcao@nichi.co> | 2023-09-23 11:38:41 -0400 |
| commit | 2778e6befb4505a2d5afeb249e5dc144a328cd40 (patch) | |
| tree | e925dc017c23c15ca26fc2ba5cb5f581c9b4d820 | |
| parent | Merge pull request #256906 from oddlama/fix-typesense-0.25.1 (diff) | |
| download | nixpkgs-2778e6befb4505a2d5afeb249e5dc144a328cd40.tar.gz | |
typesense: 0.25.0 -> 0.25.1
| -rw-r--r-- | pkgs/servers/search/typesense/sources.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/search/typesense/sources.json b/pkgs/servers/search/typesense/sources.json index 0ecf202f670e..bd7a422a2f0b 100644 --- a/pkgs/servers/search/typesense/sources.json +++ b/pkgs/servers/search/typesense/sources.json @@ -1,17 +1,17 @@ { - "version": "0.25.0", + "version": "0.25.1", "platforms": { "aarch64-linux": { "arch": "linux-arm64", - "hash": "sha256-R1ayDJah8EMZVVw5fQpHNXMUMwtOJWEPtx4qz5KbniM=" + "hash": "sha256-u5gkAcSw0AG0+NK3/1O90leOyM8I03/EXxFAXoFSqt4=" }, "x86_64-linux": { "arch": "linux-amd64", - "hash": "sha256-/EDDYaGP43LuOq90Vx8z/fmp4ougyuiTP1L5DmQPZ0Q=" + "hash": "sha256-XebMzmTkLn+kKa0gAnoSMPmPxbxysfPnes4RQ3hqShc=" }, "x86_64-darwin": { "arch": "darwin-amd64", - "hash": "sha256-M2yUAto7KlNY8zswSXqVwH120QV8OrGljobbZkjUSoQ=" + "hash": "sha256-zz8GObtjDgMWx4HDcwugMWeS/n40/1jPwN/8rXIb5+8=" } } } |
