0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

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

okapi: 1.3.0 -> 1.4.0
This commit is contained in:
Ryan Mulligan 2022-02-27 06:33:25 -08:00 committed by GitHub
commit d28f408bb6
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.3.0";
version = "1.4.0";
src = fetchurl {
url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz";
sha256 = "sha256-I3wTcT7vLgH+B8gNzl8Yr/qMIDkMJUrG++SOSS+FUmQ=";
sha256 = "sha256-wNruDPjYHDJtpzQIly4da9rQg1ftdCVxRNNLkFsbKXs=";
};
cargoVendorDir = "vendor";