Unverified Commit 7f59ee6e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

oxipng: 9.1.3 -> 9.1.4 (#382156)

parents 895687ed a4b27b3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];