mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
firefox: Fix hash
This commit is contained in:
parent
7b27af61fb
commit
1e4287645c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${version}/source/firefox-${version}.source.tar.bz2";
|
||||
sha1 = "0939dd0258b042c7b7d4d3a3bff8e476c380885b";
|
||||
sha1 = "bcbfe0e4aa3236582c3b5c49619641224cf942df";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue