coreboot-toolchain: minor cleanup

This commit is contained in:
Sandro 2021-10-11 15:17:05 +02:00 committed by GitHub
parent 5e37cc3186
commit 3ae4c035be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = "${version}";
rev = version;
sha256 = "00xr74yc0kj9rrqa1a8b7bih865qlp9i4zs67ysavkfrjrwwssxm";
};