oxipng: 9.1.4 -> 9.1.5 (#402156)

This commit is contained in:
Vlad M.
2025-04-27 23:53:22 +03:00
committed by GitHub
+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