Merge pull request #58440 from dtzWill/update/oxipng-2.2.1

oxipng: 2.2.0 -> 2.2.1
This commit is contained in:
Vladyslav M 2019-03-28 19:35:23 +02:00 committed by GitHub
commit 2dfb25121e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ stdenv, fetchFromGitHub, rustPlatform }:
rustPlatform.buildRustPackage rec {
version = "2.2.0";
name = "oxipng-${version}";
version = "2.2.1";
pname = "oxipng";
src = fetchFromGitHub {
owner = "shssoichiro";
repo = "oxipng";
repo = pname;
rev = "v${version}";
sha256 = "00ys1dy8r1g84j04w50qcjas0qnfw4vphazvbfasd9q2b1p5z69l";
sha256 = "1r195x3wdkshjwy23fpqsyyrw7iaj7yb39nhcnx9d4nhgq8w0pcl";
};
cargoSha256 = "125r3jmgwcq8qddm8hjpyzaam96kkifaxixksyaw2iqk9xq0nrpm";
cargoSha256 = "08mw937s61r4fj9bqrg492ss13zkik9557n9yk90r97a81972zbn";
# https://crates.io/crates/cloudflare-zlib#arm-vs-nightly-rust
cargoBuildFlags = [ "--features=cloudflare-zlib/arm-always" ];