Wrong hash I guess
This commit is contained in:
parent
1481313b99
commit
c457b0ec29
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/servo/servo-nightly-builds/releases/download/${version}/servo-latest.tar.gz";
|
||||
hash = "sha256-b0caa39c5ac9be5bb70dc93f1ddc8a573a8c671bcc6ad96df7fe5c1eace3bac2";
|
||||
hash = "sha25600000000000000000000000000000000000000000000=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue