Merge pull request #205036 from kilianar/oxipng-7.0.0

oxipng: 6.0.1 -> 7.0.0
This commit is contained in:
figsoda 2022-12-07 19:01:31 -05:00 committed by GitHub
commit 61286ffe8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
{ lib, stdenv, fetchCrate, rustPlatform }:
rustPlatform.buildRustPackage rec {
version = "6.0.1";
version = "7.0.0";
pname = "oxipng";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-YH4sIEOTPBbzsEMvHyphOsf12ZZRKsRPMlZ4emMMTrw=";
hash = "sha256-egAt2XypPFxsOuo8RsIXTmFdmBUe+eZh3p3vlnnx8wo=";
};
cargoSha256 = "sha256-c7uEb64epjzU3pmHRr69FoxFGCN+1WVMLm8LsBwQ50o=";
cargoHash = "sha256-GbJU31UBdRai2JLEdx9sPh6rJWnU4RlDL8DooI9MCUg=";
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;