3
0
Fork 0
forked from mirrors/nixpkgs

radeon-juniper: Update to new JUNIPER_rlc.bin.

Kinda icky to not have archives available here, but I got an error during VM
tests because of an sha256sum mismatch, hence the update. Maybe Hydra has cached
this?

And yes, I checked twice, it wasn't a broken download - there really *is* a new
upstream version available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-06-28 03:34:55 +02:00
parent 082252bc16
commit 08a9a9b020
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
};
srcRlc = fetchurl {
url = "http://people.freedesktop.org/~agd5f/radeon_ucode/JUNIPER_rlc.bin";
sha256 = "1y3xr7qc7cvszgw0bh66vzy36pn4m1sj17bzy5dc9kfw01kq3n0y";
sha256 = "0hglq8ab1f3d81mvcb4aikkfdwh6i4a93ps0f9czq1qz5h0q6wlk";
};
unpackPhase = "true";