We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836aba1 commit a162fd2Copy full SHA for a162fd2
pkgs/by-name/ox/oxipng/package.nix
@@ -1,15 +1,15 @@
1
{ lib, stdenv, fetchCrate, rustPlatform }:
2
3
rustPlatform.buildRustPackage rec {
4
- version = "9.1.2";
+ version = "9.1.3";
5
pname = "oxipng";
6
7
src = fetchCrate {
8
inherit version pname;
9
- hash = "sha256-uP4wLqL0c/dLiczumsq+Ad5ljNvi85RwoYS24fg8kFo=";
+ hash = "sha256-kzN4YNsFqv/KUxpHao++oqc90Us6VllyFYkpdVUigD0=";
10
};
11
12
- cargoHash = "sha256-LZ3YIosDpjDYVACWQsr/0XhgX4fyo8CyZG58WfLSzCs=";
+ cargoHash = "sha256-4PCLtBJliK3uteL8EVKLBVR2YZW1gwQOiSLQok+rqug=";
13
14
doCheck = !stdenv.hostPlatform.isAarch64 && !stdenv.hostPlatform.isDarwin;
15
0 commit comments