Merge pull request #160758 from r-ryantm/auto-update/okapi

okapi: 1.2.0 -> 1.3.0
This commit is contained in:
Renaud 2022-02-23 00:18:13 +01:00 committed by GitHub
commit 9ebb9200d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec {
pname = "okapi";
version = "1.2.0";
version = "1.3.0";
src = fetchurl {
url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz";
sha256 = "sha256-1aADcwEEWMhoJjwc8wkEcmBYXz+5josOfI/KLaton2k=";
sha256 = "sha256-I3wTcT7vLgH+B8gNzl8Yr/qMIDkMJUrG++SOSS+FUmQ=";
};
cargoVendorDir = "vendor";