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:
parent
082252bc16
commit
08a9a9b020
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue