ctucx.git: nixfiles

ctucx' nixfiles

commit b5e0aad94b520c674898918706bc21336bfb292c
parent 3349de9c0a0ada5264d7a79a5505a8f9de43a9ce
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 9 Jun 2022 15:29:54 +0200

pkgs/macApps/Firefox: update 100.0.2 -> 101.0
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.2";
+  version = "101.0";
 
   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 = "0gs849967ypny9rn1sd83g0njif6rl9njh5i9cfwm2pkpr5qjzqj";
+    sha256 = "1w35ph0kmv7mvm2cg693h56cfpc89gba226acjcblbr94ji7m03y";
   };
 
 #  meta = with stdenv.lib; {