Skip to content

Commit 4353470

Browse files
authored
npins: 0.3.0 -> 0.3.1 (#405325)
2 parents 1de0196 + 259f125 commit 4353470

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pkgs/by-name/np/npins/package.nix

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,23 @@ let
1919
in
2020
rustPlatform.buildRustPackage rec {
2121
pname = "npins";
22-
version = "0.3.0";
22+
version = "0.3.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "andir";
2626
repo = "npins";
2727
tag = version;
28-
sha256 = "sha256-nTm6IqCHNFQLU7WR7dJRP7ktBctpE/O2LHbUV25roJA=";
28+
sha256 = "sha256-PPk9Ve1pM3X7NfGeGb8Jiq4YDEwAjErP4xzGwLaakTU=";
2929
};
3030

3131
useFetchCargoVendor = true;
32-
cargoHash = "sha256-HnX7dkWLxa3DARXG8y9OVBRwvwgxwRIs4mWK3VNblG0=";
32+
cargoHash = "sha256-YRW2TqbctuGC2M6euR4bb0m9a19m8WQVvWucRMpzkQE=";
33+
buildNoDefaultFeatures = true;
34+
buildFeatures = [
35+
"clap"
36+
"crossterm"
37+
"env_logger"
38+
];
3339

3440
nativeBuildInputs = [ makeWrapper ];
3541

0 commit comments

Comments
 (0)