Commit 088abc34 authored by kilianar's avatar kilianar
Browse files
parent 820005c7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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