okapi: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2022-02-18 20:02:40 +00:00
parent 3ddc71525f
commit 78ec9d6e6c

View File

@ -2,11 +2,11 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "okapi"; pname = "okapi";
version = "1.2.0"; version = "1.3.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-1aADcwEEWMhoJjwc8wkEcmBYXz+5josOfI/KLaton2k="; sha256 = "sha256-I3wTcT7vLgH+B8gNzl8Yr/qMIDkMJUrG++SOSS+FUmQ=";
}; };
cargoVendorDir = "vendor"; cargoVendorDir = "vendor";