Merge pull request #135552 from r-ryantm/auto-update/quill

quill: 0.2.1 -> 0.2.4
This commit is contained in:
Ryan Mulligan 2021-08-25 06:15:53 -07:00 committed by GitHub
commit 0551481677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "quill";
version = "0.2.1";
version = "0.2.4";
src = fetchFromGitHub {
owner = "dfinity";
repo = "quill";
rev = "v${version}";
sha256 = "02ga2xkdxs36mfr4lv43cy6wkf27c28bdkzfkp3az5jvyk17mkfr";
sha256 = "sha256-rR5VgdlJy6TQBmCHuKc7nPjznbeLjCmQdUJKjY0GsNI=";
};
ic = fetchFromGitHub {
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
export OPENSSL_LIB_DIR=${openssl.out}/lib
'';
cargoSha256 = "142pzhyi73ljlqas5vbhjhn4vmp9w9ps1mv8q7s3kzg0h7jcvm1k";
cargoSha256 = "sha256-nLNuOqShOq01gVWoRCbsvfAd7B9VClUA8Hu8/UQNILg=";
nativeBuildInputs = [ pkg-config protobuf ];
buildInputs = [ openssl ]