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

okapi: 1.4.0 -> 1.6.0
This commit is contained in:
Robert Scott 2022-07-30 20:08:29 +01:00 committed by GitHub
commit 6f780523c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "okapi"; pname = "okapi";
version = "1.4.0"; version = "1.6.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz"; url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz";
sha256 = "sha256-wNruDPjYHDJtpzQIly4da9rQg1ftdCVxRNNLkFsbKXs="; sha256 = "sha256-wszpCzh1VhqBlox7ywWi6WKUmxQUTsf5N5IiJumlEbM=";
}; };
cargoVendorDir = "vendor"; cargoVendorDir = "vendor";