commit e021e1e348146a7c84898996d1b46c81c68b0320
parent 1b615465ba769dfc207c912e6fb2966260b175e2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 2 Apr 2022 22:51:23 +0200
parent 1b615465ba769dfc207c912e6fb2966260b175e2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 2 Apr 2022 22:51:23 +0200
pkgs/macApps/firefox: update 98.0.1 -> 98.0.2
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/macApps/Firefox.nix b/pkgs/macApps/Firefox.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "Firefox"; - version = "98.0.1"; + version = "98.0.2"; buildInputs = [ undmg ]; sourceRoot = "."; @@ -15,7 +15,7 @@ stdenv.mkDerivation rec { src = fetchurl { name = "Firefox-${version}.dmg"; url = "https://download-installer.cdn.mozilla.net/pub/firefox/releases/${version}/mac/en-US/Firefox%20${version}.dmg"; - sha256 = "1jxm6hm8ll0agdvkfd432g71azkmv10yhf8zd7m20igpcih3wzcc"; + sha256 = "0lcqm5flyv8ncdvpxr7jgapyhvfm42spc5db7lqs1k8dgj8zsk9h"; }; # meta = with stdenv.lib; {