figsoda
2023-07-14 11:17:21 -04:00
parent c9e26d7d3a
commit 4ffb691f8f
@@ -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 [