Merge pull request #141257 from SuperSandro2000/SuperSandro2000-patch-1

This commit is contained in:
Sandro
2021-10-11 16:02:16 +02:00
committed by GitHub
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchgit {
url = "https://review.coreboot.org/coreboot";
rev = "${version}";
rev = version;
sha256 = "00xr74yc0kj9rrqa1a8b7bih865qlp9i4zs67ysavkfrjrwwssxm";
};