Update default.nix
This commit is contained in:
parent
599a4927ee
commit
8ba40e4938
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ in
|
|||
firefoxVersion = (lib.importJSON "${src}/surfer.json").version.version;
|
||||
firefoxSrc = fetchurl {
|
||||
url = "mirror://mozilla/firefox/releases/${firefoxVersion}/source/firefox-${firefoxVersion}.source.tar.xz";
|
||||
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
|
||||
hash = "sha256-en3z+Xc3RT76okPKnbr5XQ8PgzxdyK+stXBO4W7wYNA=";
|
||||
};
|
||||
|
||||
SURFER_COMPAT = generic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue