oxipng: 9.1.3 -> 9.1.4 (#382156)

This commit is contained in:
Nick Cao
2025-02-15 09:21:50 -05:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
}:
rustPlatform.buildRustPackage rec {
version = "9.1.3";
version = "9.1.4";
pname = "oxipng";
# do not use fetchCrate (only repository includes tests)
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage rec {
owner = "shssoichiro";
repo = "oxipng";
tag = "v${version}";
hash = "sha256-8EOEcIw10hCyYi9SwDLDZ8J3ezLXa30RUY5I9ksfqTs=";
hash = "sha256-cwujBgvGdNvD8vKp3+jNxcxkw/+M2FooNgsw+RejyrM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-4c9YcIQRZsbDJvl8P9Pkd3atTVM+RbQ/4BMb7rE84po=";
cargoHash = "sha256-Z0otTCFwtGuSC1XBM3jcgGDFPZuMzQikZaYCnR+S6Us=";
# See https://github.com/shssoichiro/oxipng/blob/14b8b0e93a/.cargo/config.toml#L5
nativeCheckInputs = [ qemu ];