Unverified Commit b30da028 authored by Ben Siraphob's avatar Ben Siraphob Committed by GitHub
Browse files

avbroot: 3.15.0 -> 3.16.0 (#406921)

parents 354baf8b d0d8a4c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "avbroot";
  version = "3.15.0";
  version = "3.16.0";

  src = fetchFromGitHub {
    owner = "chenxiaolong";
    repo = "avbroot";
    tag = "v${version}";
    hash = "sha256-OICx08MiiiocqVB61fMiUSmG7QOpsrLfPkLuDktTXt0=";
    hash = "sha256-9tHDkKzqEynHsdzKGL0Ten2FccsqLOsKFBxqeisGGAU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-iZUGFzg+x4aPL8AoPYVugjrB5ZSrmaCRWMcEovlcPx4=";
  cargoHash = "sha256-GGqrxnFkmzFtoi9Tl5QcbZJwa7ZWYexF205nrxZ+57Q=";

  nativeBuildInputs = [
    pkg-config