firefox-bin: Switch to sha256 sums in update scripts

There is no extra security properties provided by sha512, they are
just bigger.
This commit is contained in:
adisbladis
2020-07-14 22:03:01 +02:00
parent 87eb9e334a
commit f84cd5f8aa
2 changed files with 4 additions and 4 deletions
@@ -85,7 +85,7 @@ in
stdenv.mkDerivation {
inherit name;
src = fetchurl { inherit (source) url sha512; };
src = fetchurl { inherit (source) url sha256; };
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];