brave: 1.64.109 -> 1.64.113

https://community.brave.com/t/release-channel-1-64-113/539987
This commit is contained in:
Sean Buckley
2024-03-27 13:25:21 -04:00
parent db8f2488a8
commit 8e20e710fe

View File

@@ -94,11 +94,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.64.109";
version = "1.64.113";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-36igba0U3p8i7t91RxeG6PqlKYyHDDlj295ICcYmCNc=";
hash = "sha256-T0uVq1yxDXNi6x9ot5bs3NRaOQ+RwBThvULS6EZ+Bdg=";
};
dontConfigure = true;