Loading pkgs/by-name/ca/cargo-geiger/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -13,19 +13,26 @@ cargo-geiger, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-geiger"; version = "0.13.0"; src = fetchFromGitHub { owner = "geiger-rs"; repo = "cargo-geiger"; tag = "cargo-geiger-${version}"; tag = "cargo-geiger-${finalAttrs.version}"; hash = "sha256-dZ71WbTKsR6g5UhWuJNfNAAqNNxbTgwL5fsgkm50BaM="; }; cargoHash = "sha256-GgCmUNOwvyTB82Y/ddgJIAb1SpO4mRPjECqCagJ8GmE="; postPatch = '' # https://github.com/geiger-rs/cargo-geiger/pull/562 # Fix unused import warning which is treated as an error substituteInPlace cargo-geiger/tests/integration_tests.rs \ --replace-fail "use std::env;" "" ''; buildInputs = [ openssl ] Loading Loading @@ -76,7 +83,7 @@ rustPlatform.buildRustPackage rec { code is appropriate. ''; homepage = "https://github.com/geiger-rs/cargo-geiger"; changelog = "https://github.com/geiger-rs/cargo-geiger/blob/cargo-geiger-${version}/CHANGELOG.md"; changelog = "https://github.com/geiger-rs/cargo-geiger/blob/cargo-geiger-${finalAttrs.version}/CHANGELOG.md"; mainProgram = "cargo-geiger"; license = with lib.licenses; [ asl20 # or Loading @@ -89,4 +96,4 @@ rustPlatform.buildRustPackage rec { matthiasbeyer ]; }; } }) Loading
pkgs/by-name/ca/cargo-geiger/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -13,19 +13,26 @@ cargo-geiger, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "cargo-geiger"; version = "0.13.0"; src = fetchFromGitHub { owner = "geiger-rs"; repo = "cargo-geiger"; tag = "cargo-geiger-${version}"; tag = "cargo-geiger-${finalAttrs.version}"; hash = "sha256-dZ71WbTKsR6g5UhWuJNfNAAqNNxbTgwL5fsgkm50BaM="; }; cargoHash = "sha256-GgCmUNOwvyTB82Y/ddgJIAb1SpO4mRPjECqCagJ8GmE="; postPatch = '' # https://github.com/geiger-rs/cargo-geiger/pull/562 # Fix unused import warning which is treated as an error substituteInPlace cargo-geiger/tests/integration_tests.rs \ --replace-fail "use std::env;" "" ''; buildInputs = [ openssl ] Loading Loading @@ -76,7 +83,7 @@ rustPlatform.buildRustPackage rec { code is appropriate. ''; homepage = "https://github.com/geiger-rs/cargo-geiger"; changelog = "https://github.com/geiger-rs/cargo-geiger/blob/cargo-geiger-${version}/CHANGELOG.md"; changelog = "https://github.com/geiger-rs/cargo-geiger/blob/cargo-geiger-${finalAttrs.version}/CHANGELOG.md"; mainProgram = "cargo-geiger"; license = with lib.licenses; [ asl20 # or Loading @@ -89,4 +96,4 @@ rustPlatform.buildRustPackage rec { matthiasbeyer ]; }; } })