Skip to content

Commit 3c81843

Browse files
authored
oxipng: 9.1.2 -> 9.1.3 (#360304)
2 parents 9e34adf + a162fd2 commit 3c81843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ox/oxipng/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{ lib, stdenv, fetchCrate, rustPlatform }:
22

33
rustPlatform.buildRustPackage rec {
4-
version = "9.1.2";
4+
version = "9.1.3";
55
pname = "oxipng";
66

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

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

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

0 commit comments

Comments
 (0)