oxipng: 9.1.5 -> 10.0.0

This commit is contained in:
R. Ryantm
2025-12-07 01:50:36 +00:00
parent 6aca194abb
commit abc34cdd03
+3 -3
View File
@@ -5,7 +5,7 @@
}:
rustPlatform.buildRustPackage rec {
version = "9.1.5";
version = "10.0.0";
pname = "oxipng";
# do not use fetchCrate (only repository includes tests)
@@ -13,10 +13,10 @@ rustPlatform.buildRustPackage rec {
owner = "shssoichiro";
repo = "oxipng";
tag = "v${version}";
hash = "sha256-UjiGQSLiUMuYm62wF7Xwhp2MRzCaQ9pbBBkvHnuspVw=";
hash = "sha256-c8NNTO+6GuFb5BBPpdyDSHbtmojq+9ceOic54Zq3nwE=";
};
cargoHash = "sha256-sdhyxJDUlb6+SJ/kvfqsplHOeCEbA3ls66eur3eeVVA=";
cargoHash = "sha256-YStZ2j2gjC5uVUnHaQIk6xtSbnPm0IoNONRr/nFOOUg=";
# don't require qemu for aarch64-linux tests
# error: linker `aarch64-linux-gnu-gcc` not found