commit f9ab3a61c79e0483f73a22d333e567b90713e79a
parent a56988da0248facced466640dcbd15f01a2d210c
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 21 May 2022 09:01:32 +0200
parent a56988da0248facced466640dcbd15f01a2d210c
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 21 May 2022 09:01:32 +0200
pkgs/macApps/Firefox: update -> 100.0.2
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/macApps/Firefox.nix b/pkgs/macApps/Firefox.nix @@ -14,7 +14,7 @@ let in stdenv.mkDerivation rec { pname = "Firefox"; - version = "100.0"; + version = "100.0.2"; buildInputs = [ undmg ]; nativeBuildInputs = [ codesign ]; @@ -42,7 +42,7 @@ in 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 = "0414dsw0pgyik6lfd151al5nsrsh7dvp3bkqygxxn4cpj2b3pyi5"; + sha256 = "0gs849967ypny9rn1sd83g0njif6rl9njh5i9cfwm2pkpr5qjzqj"; }; # meta = with stdenv.lib; {