mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 06:10:03 +00:00
cargo-features-manager: 0.11.0 -> 0.12.0 (#545586)
This commit is contained in:
@@ -29383,6 +29383,12 @@
|
||||
githubId = 858790;
|
||||
name = "Tobias Mayer";
|
||||
};
|
||||
tobinio = {
|
||||
email = "tobias.frischmann@proton.me";
|
||||
github = "ToBinio";
|
||||
githubId = 81473300;
|
||||
name = "Tobias Frischmann";
|
||||
};
|
||||
tobz619 = {
|
||||
email = "toloke@yahoo.co.uk";
|
||||
github = "tobz619";
|
||||
|
||||
@@ -1,27 +1,26 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
fetchFromTangled,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "cargo-features-manager";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ToBinio";
|
||||
repo = "cargo-features-manager";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-ay6nhRmGRBURisfr7qnnWCKn8JCnFh9x0TJ7vK2p4PU=";
|
||||
src = fetchFromTangled {
|
||||
did = "did:plc:ecwggpjedavt2waazmc4nuft";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-bfBSnC2qk19w6G81NdplPuiZvS1PRUNjCP8ozwuoTac=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-QB+0ezc7IQPzSym/Lfqjnh24tHKKwLqIpnGPNFQxI5M=";
|
||||
cargoHash = "sha256-MwfeVPmS4KE1vJ9aEUXZpT+AbPaOP8Rs65vSFarKal0=";
|
||||
|
||||
meta = {
|
||||
description = "TUI-like cli tool to manage the features of your rust-projects dependencies";
|
||||
homepage = "https://github.com/ToBinio/cargo-features-manager";
|
||||
changelog = "https://github.com/ToBinio/cargo-features-manager/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
homepage = "https://tangled.org/tobinio.dev/cargo-features-manager";
|
||||
changelog = "https://tangled.org/tobinio.dev/cargo-features-manager/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
||||
maintainers = with lib.maintainers; [ tobinio ];
|
||||
mainProgram = "cargo-features";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user