mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vboot_reference: 20171023 -> 20180311
This commit is contained in:
parent
09cb7d73ea
commit
3e78f03c6b
@ -1,15 +1,15 @@
|
||||
{ stdenv, fetchgit, pkgconfig, libuuid, openssl, libyaml, lzma }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "20171023";
|
||||
checkout = "8122e0b8b13794";
|
||||
version = "20180311";
|
||||
checkout = "4c84e077858c809ee80a9a6f9b38185cf7dcded7";
|
||||
|
||||
name = "vboot_reference-${version}";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://chromium.googlesource.com/chromiumos/platform/vboot_reference;
|
||||
rev = "${checkout}";
|
||||
sha256 = "0qxm3qlvm2fgjrn9b3n8rdccw2f5pdi7z542m2hdfddflx7jz1w7";
|
||||
sha256 = "1zja4ma6flch08h5j2l1hqnxmw2xwylidnddxxd5y2x05dai9ddj";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user