Unverified Commit b1f195b8 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

meli: 0.8.10 -> 0.8.11 (#400616)

parents d3ad1eb8 065caae2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

rustPlatform.buildRustPackage rec {
  pname = "meli";
  version = "0.8.10";
  version = "0.8.11";

  src = fetchzip {
    urls = [
@@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec {
      "https://codeberg.org/meli/meli/archive/v${version}.tar.gz"
      "https://github.com/meli/meli/archive/refs/tags/v${version}.tar.gz"
    ];
    hash = "sha256-MGnCX/6pnKNxDEqCcVWTl/fteMypk+N2PrJYRMP0sL0=";
    hash = "sha256-q3vnvH0GWnrfYnk2WBRLTDInJ/wazI4JtkEMwiWanfI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-OyOLAw3HzXY85Jwolh4Wqjmm6au6wRwGq5WkicOt5eg=";
  cargoHash = "sha256-OAytdJgIiaS0xsHWOgNW2dkRQEyU9xcyaJtxClWzfjQ=";

  # Needed to get openssl-sys to use pkg-config
  OPENSSL_NO_VENDOR = 1;