Merge pull request #189905 from kilianar/oxipng-6.0.0

oxipng: 5.0.1 -> 6.0.0
This commit is contained in:
superherointj 2022-09-05 20:21:57 -03:00 committed by GitHub
commit 821f065e1b
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 = "5.0.1";
version = "6.0.0";
pname = "oxipng";
src = fetchCrate {
inherit version pname;
sha256 = "1g2m6ifmppgq086w3vzdsihnba4qrzmnf5k13bgah2qasnl97qfh";
sha256 = "sha256-iav1va1EbEj4qWSfe8bzFgdx1U3IeZV60LYk7vD1LoQ=";
};
cargoSha256 = "1dkfplmi21wgks8pfxxc3kww89i9wq7fq5j7jm7a8zi59p3xdars";
cargoSha256 = "sha256-e4uACIiHelCvLXPCZ4aMa59mX5xuhVFkk0MvS/1uk68=";
doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;