Merge pull request #243498 from figsoda/registry

cargo-local-registry: 0.2.3 -> 0.2.5
This commit is contained in:
Nick Cao 2023-07-14 19:56:53 -06:00 committed by GitHub
commit 156f477182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, curl
, pkg-config
, libgit2
, openssl
, zlib
, stdenv
@ -11,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-local-registry";
version = "0.2.3";
version = "0.2.5";
src = fetchFromGitHub {
owner = "dhovart";
repo = "cargo-local-registry";
rev = version;
hash = "sha256-nxLqWtZl3ZF/iodYsQCYQ/prjp80QMzJLLp31q7d2vs=";
hash = "sha256-3xp0LLk3MpL54PMGLHTAKcsM6fwMxB8LOdN0Xcap/xA=";
};
cargoHash = "sha256-k94jzMdZDWpxSHVEZh1Qsv8OuUKuqU2YNBN1Mqj8HJA=";
cargoHash = "sha256-HknfcJfOQ40ecpKM8GGbquRxLQTEGyRFkwXhsjrl8FA=";
nativeBuildInputs = [
curl
@ -29,6 +30,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
curl
libgit2
openssl
zlib
] ++ lib.optionals stdenv.isDarwin [