cargo-local-registry: 0.2.9 -> 0.2.12 (#506495)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-04 09:04:34 +00:00
committed by GitHub
@@ -13,16 +13,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-local-registry";
version = "0.2.9";
version = "0.2.12";
src = fetchFromGitHub {
owner = "dhovart";
repo = "cargo-local-registry";
tag = "v${finalAttrs.version}";
hash = "sha256-DzBD7N7GQZ9nhF22DnxRse0P8MUGReOcXHQ56KOqW6I=";
hash = "sha256-b0twS9Vhz1FcsHXNtePYi+PIY7yqgrH4kgqdf2jqF7w=";
};
cargoHash = "sha256-9DW6DkWXoGvdHjxIwgXaQP9a5Kc90SdNDRNRq6G6pLg=";
cargoHash = "sha256-Cp54HkQ+8fG85wfFof5cexyAxo9spv78TstEEyKK7RE=";
nativeBuildInputs = [
curl