mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
npins: 0.3.0 -> 0.3.1
[changelog](https://github.com/andir/npins/blob/master/CHANGELOG.md#031)
This commit is contained in:
parent
2cd2decd3a
commit
259f125a6e
1 changed files with 9 additions and 3 deletions
|
@ -19,17 +19,23 @@ let
|
|||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "npins";
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andir";
|
||||
repo = "npins";
|
||||
tag = version;
|
||||
sha256 = "sha256-nTm6IqCHNFQLU7WR7dJRP7ktBctpE/O2LHbUV25roJA=";
|
||||
sha256 = "sha256-PPk9Ve1pM3X7NfGeGb8Jiq4YDEwAjErP4xzGwLaakTU=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-HnX7dkWLxa3DARXG8y9OVBRwvwgxwRIs4mWK3VNblG0=";
|
||||
cargoHash = "sha256-YRW2TqbctuGC2M6euR4bb0m9a19m8WQVvWucRMpzkQE=";
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [
|
||||
"clap"
|
||||
"crossterm"
|
||||
"env_logger"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue