lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

vboot_reference: 20171023 -> 20180311

+3 -3
+3 -3
pkgs/tools/system/vboot_reference/default.nix
··· 1 1 { stdenv, fetchgit, pkgconfig, libuuid, openssl, libyaml, lzma }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "20171023"; 5 - checkout = "8122e0b8b13794"; 4 + version = "20180311"; 5 + checkout = "4c84e077858c809ee80a9a6f9b38185cf7dcded7"; 6 6 7 7 name = "vboot_reference-${version}"; 8 8 9 9 src = fetchgit { 10 10 url = https://chromium.googlesource.com/chromiumos/platform/vboot_reference; 11 11 rev = "${checkout}"; 12 - sha256 = "0qxm3qlvm2fgjrn9b3n8rdccw2f5pdi7z542m2hdfddflx7jz1w7"; 12 + sha256 = "1zja4ma6flch08h5j2l1hqnxmw2xwylidnddxxd5y2x05dai9ddj"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig ];