mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
use the right hash :o
svn path=/nixpkgs/trunk/; revision=6038
This commit is contained in:
parent
c48c2aa23b
commit
6efea74e8e
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/1.5.0.6/source/firefox-1.5.0.6-source.tar.bz2;
|
||||
sha1 = "3a659d384744cab77f90920f6d529c89";
|
||||
sha1 = "056cf5bf3a5ed663980ed33f045f3db35c394b50";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user