oxipng: 9.1.4 -> 9.1.5

https://github.com/shssoichiro/oxipng/releases/tag/v9.1.5
This commit is contained in:
kilianar
2025-04-27 00:08:35 +02:00
parent 820005c7eb
commit 088abc34b3
+3 -3
View File
@@ -5,7 +5,7 @@
}:
rustPlatform.buildRustPackage rec {
version = "9.1.4";
version = "9.1.5";
pname = "oxipng";
# do not use fetchCrate (only repository includes tests)
@@ -13,11 +13,11 @@ rustPlatform.buildRustPackage rec {
owner = "shssoichiro";
repo = "oxipng";
tag = "v${version}";
hash = "sha256-cwujBgvGdNvD8vKp3+jNxcxkw/+M2FooNgsw+RejyrM=";
hash = "sha256-UjiGQSLiUMuYm62wF7Xwhp2MRzCaQ9pbBBkvHnuspVw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Z0otTCFwtGuSC1XBM3jcgGDFPZuMzQikZaYCnR+S6Us=";
cargoHash = "sha256-sdhyxJDUlb6+SJ/kvfqsplHOeCEbA3ls66eur3eeVVA=";
# don't require qemu for aarch64-linux tests
# error: linker `aarch64-linux-gnu-gcc` not found