summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-09-05 20:21:57 -0300
committerGitHub <noreply@github.com>2022-09-05 20:21:57 -0300
commit821f065e1bc7700226ab276882270e4d49b9b18e (patch)
tree30ac2b797a67ff548e72bb51f613b86ab130199c
parentb0ff861e9745507cf031d377c42ebfd84fcb62ab (diff)
parent70d478f14738f80be7a6a7ff169547629d050ac6 (diff)
Merge pull request #189905 from kilianar/oxipng-6.0.0
oxipng: 5.0.1 -> 6.0.0
-rw-r--r--pkgs/tools/graphics/oxipng/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/oxipng/default.nix b/pkgs/tools/graphics/oxipng/default.nix
index d081b7eee816..007ca278475c 100644
--- a/pkgs/tools/graphics/oxipng/default.nix
+++ b/pkgs/tools/graphics/oxipng/default.nix
@@ -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;