Unverified Commit a04b9d2b authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

avml: 0.14.0 -> 0.15.0 (#393991)

parents 5a40e285 dc350185
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "avml";
  version = "0.14.0";
  version = "0.15.0";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "avml";
    tag = "v${version}";
    hash = "sha256-MIqQ5NRWAfXm7AblsKCrUiaYN5IGUo2jWJMJZL+w3V4=";
    hash = "sha256-QN9GLrs0wjlEdkNnN7Q4Uqu1yJlxD7Dx0SnHJnfV/so=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-husTembzDsqjI617spK6aj2de+NaajKCNYDiV2Fd6XQ=";
  cargoHash = "sha256-u9oYchTvSvlth/Kn6SYuuP2VDVWQDNqueUsKumPooFU=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [ openssl ];