Skip to content

Commit

Permalink
oxipng: 4.0.0 -> 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2020
1 parent aa5dd7e commit 797cf96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/oxipng/default.nix
Original file line number Diff line number Diff line change
@@ -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 797cf96

Please sign in to comment.