pazi: 0.3.0 -> 0.4.0

This commit is contained in:
Mario Rodas 2019-10-29 04:20:00 -05:00
parent 215dbc5253
commit fc721de22f
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
2 changed files with 11 additions and 11 deletions

View File

@ -1,13 +1,13 @@
diff --git a/Cargo.lock b/Cargo.lock diff --git i/Cargo.lock w/Cargo.lock
index 074b0ca..22f3bc5 100644 index b39a076..03a2757 100644
--- a/Cargo.lock --- i/Cargo.lock
+++ b/Cargo.lock +++ w/Cargo.lock
@@ -286,7 +286,7 @@ dependencies = [ @@ -281,7 +281,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "pazi" name = "pazi"
-version = "0.2.0" -version = "0.3.0"
+version = "0.3.0" +version = "0.4.0"
dependencies = [ dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -2,18 +2,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pazi"; pname = "pazi";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "euank"; owner = "euank";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1gnh6047hacavcb9bhps9d1zjns66rdbd158fw20kjp1lln5srrn"; sha256 = "1bbci7bvrwl7lsslf302jham1pcw32fi7nwgqyjpfjyzvnpfgndz";
}; };
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; buildInputs = stdenv.lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
cargoSha256 = "15s03vwgl6562n5h9r4d5kp2r168jakn5nwnyibmrs8r5q0idmjs"; cargoSha256 = "0nqcp54nwv4ic5jc3cgg15rh8dgkixfgkwb5q47rv8ding4cd0j5";
cargoPatches = [ ./cargo-lock.patch ]; cargoPatches = [ ./cargo-lock.patch ];