mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
cargo-local-registry: 0.2.6 -> 0.2.7
Required to build with Rust 1.80[1]. [1]: https://github.com/rust-lang/rust/issues/127343
This commit is contained in:
parent
0d2ff894cb
commit
a57b9a2bb4
@ -12,16 +12,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-local-registry";
|
||||
version = "0.2.6";
|
||||
version = "0.2.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dhovart";
|
||||
repo = "cargo-local-registry";
|
||||
rev = version;
|
||||
hash = "sha256-2tSO82XRCUekEBrd9wDzxeg2r2C+F9wgz3ffYFG7+q8=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-hG6OSi0I7Y6KZacGR9MCC+e7YcDcvaVfR3LSOjqz23A=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-vxdQLfr4G73MpPrrcbcQRZGbTHJztUP3FwShj6zFhEY=";
|
||||
cargoHash = "sha256-lTtxCRK4J3dQ6fwjOwYvKa0ykr28guAwVN/J8pfLn9s=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
curl
|
||||
|
Loading…
Reference in New Issue
Block a user