Unverified Commit 6f780523 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

okapi: 1.4.0 -> 1.6.0
parents 3242a9ca 61ad5133
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

rustPlatform.buildRustPackage rec {
  pname = "okapi";
  version = "1.4.0";
  version = "1.6.0";

  src = fetchurl {
    url = "https://github.com/trinsic-id/okapi/releases/download/v${version}/okapi-vendor-${version}.tar.gz";
    sha256 = "sha256-wNruDPjYHDJtpzQIly4da9rQg1ftdCVxRNNLkFsbKXs=";
    sha256 = "sha256-wszpCzh1VhqBlox7ywWi6WKUmxQUTsf5N5IiJumlEbM=";
  };

  cargoVendorDir = "vendor";