avbroot: 3.16.0 -> 3.16.1 (#410454)

This commit is contained in:
Wolfgang Walther 2025-06-01 11:49:41 +00:00 committed by GitHub
commit 753aeb83ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "avbroot";
version = "3.16.0";
version = "3.16.1";
src = fetchFromGitHub {
owner = "chenxiaolong";
repo = "avbroot";
tag = "v${version}";
hash = "sha256-9tHDkKzqEynHsdzKGL0Ten2FccsqLOsKFBxqeisGGAU=";
hash = "sha256-LasI6DmTQ7gOYyE7k5Aj22OtZnnD4hYbm0KDwVdqBRw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-GGqrxnFkmzFtoi9Tl5QcbZJwa7ZWYexF205nrxZ+57Q=";
cargoHash = "sha256-BfOmfosBZp/7EhbqHDiBUE3wUx5dcFdQw/i0adtUFko=";
nativeBuildInputs = [
pkg-config