Skip to content

Commit

Permalink
oxipng: 9.1.2 -> 9.1.3 (#360304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dywedir authored Nov 30, 2024
2 parents 9e34adf + a162fd2 commit 3c81843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ox/oxipng/package.nix
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{ lib, stdenv, fetchCrate, rustPlatform }:

rustPlatform.buildRustPackage rec {
version = "9.1.2";
version = "9.1.3";
pname = "oxipng";

src = fetchCrate {
inherit version pname;
hash = "sha256-uP4wLqL0c/dLiczumsq+Ad5ljNvi85RwoYS24fg8kFo=";
hash = "sha256-kzN4YNsFqv/KUxpHao++oqc90Us6VllyFYkpdVUigD0=";
};

cargoHash = "sha256-LZ3YIosDpjDYVACWQsr/0XhgX4fyo8CyZG58WfLSzCs=";
cargoHash = "sha256-4PCLtBJliK3uteL8EVKLBVR2YZW1gwQOiSLQok+rqug=";

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

Expand Down

0 comments on commit 3c81843

Please sign in to comment.