This commit is contained in:
alsaiduq-lab 2026-02-08 18:14:24 -07:00
parent 64a70cbb5e
commit cbc8ea9069
4 changed files with 73 additions and 73 deletions

View file

@ -52,11 +52,11 @@
}:
stdenv.mkDerivation rec {
pname = "thorium-browser";
version = "130.0.6723.174";
version = "138.0.7204.300";
src = fetchurl {
url = "https://github.com/Alex313031/Thorium/releases/download/M${version}/thorium-browser_${version}_AVX2.deb";
sha256 = "sha256-TeDwx7Bqy0NSaNBMuzCf4O+rgWjB/tmIvDgJQnGVSGY=";
sha256 = "sha256-aQrQGacmrdz9jD4YE/F4XIM1TNrsKcTWbwyTI4+Mf5k=";
};
nativeBuildInputs = [autoPatchelfHook makeWrapper dpkg gnutar];