vboot-utils: 135.16209 -> 143.16463

This commit is contained in:
Moraxyc
2025-11-01 10:53:53 +08:00
parent e4aabc0530
commit 2ccdc74273
+2 -2
View File
@@ -11,12 +11,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vboot_reference";
version = "135.16209";
version = "143.16463";
src = fetchFromGitiles {
url = "https://chromium.googlesource.com/chromiumos/platform/vboot_reference";
rev = "refs/heads/release-R${finalAttrs.passthru.versionFormatted}.B";
hash = "sha256-frg7NkK173wAHJRedtbJI5jI8Kee/VkByh5DCUzD9OA=";
hash = "sha256-8a49xD+EYXDouFuBmLyAtPxThYET6DtKImBPzXVhpxE=";
};
nativeBuildInputs = [ pkg-config ];