mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 04:07:07 +00:00
Merge pull request #309870 from r-ryantm/auto-update/weaviate
weaviate: 1.24.10 -> 1.24.11
This commit is contained in:
commit
93a1d0534b
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "weaviate";
|
pname = "weaviate";
|
||||||
version = "1.24.10";
|
version = "1.24.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "weaviate";
|
owner = "weaviate";
|
||||||
repo = "weaviate";
|
repo = "weaviate";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-+8l0On2A3hTkBCRGFfQVwoZcwPxcLwe0Ju2Fr2N0K50=";
|
hash = "sha256-rXe9svvHu/6sQhHJ++jwb5gJEeVwoK/Z8rV7swUM3Kk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-f7LskkQbsPwNmrzLTze0C66y++7Vqtb15tjW142TQmE=";
|
vendorHash = "sha256-f7LskkQbsPwNmrzLTze0C66y++7Vqtb15tjW142TQmE=";
|
||||||
|
Loading…
Reference in New Issue
Block a user