Skip to content

Commit

Permalink
Merge pull request #105323 from r-ryantm/auto-update/oxipng
Browse files Browse the repository at this point in the history
oxipng: 4.0.0 -> 4.0.1
  • Loading branch information
SuperSandro2000 committed Nov 29, 2020
2 parents af414a7 + 797cf96 commit 5e3ca78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/oxipng/default.nix
@@ -1,15 +1,15 @@
{ stdenv, fetchCrate, rustPlatform }:

rustPlatform.buildRustPackage rec {
version = "4.0.0";
version = "4.0.1";
pname = "oxipng";

src = fetchCrate {
inherit version pname;
sha256 = "0p9h006l75ci324lbcx496732pb77srcd46g6dnfw3mcrg33cspc";
sha256 = "0mgd33cb112yg1bz8jhsbk2w8p2gdiw510bfv4z82b2mg6pl6b9r";
};

cargoSha256 = "1r2zw7p95abxqc31b5gswdyhm4msxsiml34dsh9x8zydhqnwy17j";
cargoSha256 = "01g3qansrvvv85b1kxg4609lnj3bizavg3r7651hn03cnlychj2n";

doCheck = !stdenv.isAarch64 && !stdenv.isDarwin;

Expand Down

0 comments on commit 5e3ca78

Please sign in to comment.