Unverified Commit f5dced05 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #283811 from buckley310/2024-01-25-brave

brave: 1.61.120 -> 1.62.153
parents c854e0a4 85e3893e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,11 +92,11 @@ in

stdenv.mkDerivation rec {
  pname = "brave";
  version = "1.61.120";
  version = "1.62.153";

  src = fetchurl {
    url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
    hash = "sha256-pi33Zkp1CMaoQI9xgcsTo/VNxemHhjzLeQctq/qm5po=";
    hash = "sha256-7ifBFWKsegXe0zBdVQO2BiKoBd2zhYX8RYiYcs8v0bg=";
  };

  dontConfigure = true;