ctucx.git: nixfiles

ctucx' nixfiles

commit eabb54f2398b9a15cc49b9333532efa69ef72306
parent 35409a405477e06d83c310e322af408a876c5cb7
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 7 May 2022 13:37:08 +0200

pkgs/macApps/Firefox: 98.0.2 -> 100.0
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkgs/macApps/Firefox.nix b/pkgs/macApps/Firefox.nix
@@ -14,7 +14,8 @@ let
 
 in stdenv.mkDerivation rec {
   pname   = "Firefox";
-  version = "98.0.2";
+  version = "100.0";
+
   buildInputs       = [ undmg ];
   nativeBuildInputs = [ codesign ];
 

@@ -41,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 = "0lcqm5flyv8ncdvpxr7jgapyhvfm42spc5db7lqs1k8dgj8zsk9h";
+    sha256 = "0414dsw0pgyik6lfd151al5nsrsh7dvp3bkqygxxn4cpj2b3pyi5";
   };
 
 #  meta = with stdenv.lib; {