Merge pull request #111821 from r-ryantm/auto-update/reddsaver

reddsaver: 0.2.2 -> 0.2.3
This commit is contained in:
Ryan Mulligan 2021-02-03 17:27:03 -08:00 committed by GitHub
commit fc9d4763b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,23 +7,23 @@
}:
rustPlatform.buildRustPackage rec {
version = "0.2.2";
version = "0.2.3";
pname = "reddsaver";
src = fetchFromGitHub {
owner = "manojkarthick";
repo = "reddsaver";
rev = "v${version}";
sha256 = "0802jz503jhyz5q6mg1fj2bvkl4nggvs8y03zddd298ymplx5dbx";
sha256 = "sha256-K6SyfYx8VG0t6yogHwd80AxQuj3TXofHLEqZcDsRs1s=";
};
cargoSha256 = "0z8q187331j3rxj8hzym25pwrikxbd0r829v29y8w6v5n0hb47fs";
cargoSha256 = "sha256-VDr7fcE13Wy7KoGG3U1GSbWqF5Oad4EobgzOL7dtJDo=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]
++ lib.optional stdenv.isDarwin Security;
# package does not contain tests as of v0.2.2
# package does not contain tests as of v0.2.3
docCheck = false;
meta = with lib; {