We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9858999 commit 450ab69Copy full SHA for 450ab69
1 file changed
pkgs/by-name/go/google-chrome/package.nix
@@ -292,11 +292,11 @@ let
292
293
darwin = stdenvNoCC.mkDerivation (finalAttrs: {
294
inherit pname meta passthru;
295
- version = "145.0.7632.110";
+ version = "145.0.7632.117";
296
297
src = fetchurl {
298
- url = "http://dl.google.com/release2/chrome/odn6jvyow6owsodlm42m33k7ta_145.0.7632.110/GoogleChrome-145.0.7632.110.dmg";
299
- hash = "sha256-siBn+vaSvvgrMEF1Da74nu1WGvyM1QUggarrEuqcGy4=";
+ url = "http://dl.google.com/release2/chrome/ej7xgqe26rn6kjtl4mhau5cs44_145.0.7632.117/GoogleChrome-145.0.7632.117.dmg";
+ hash = "sha256-OZWuV9s6vlCcxUXKmrJtMO6KRUadkmQKoMYXrDhKatU=";
300
};
301
302
dontPatch = true;
0 commit comments