mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
backport brave
This commit is contained in:
parent
89cf5730af
commit
0f016d8e70
1 changed files with 10 additions and 0 deletions
|
@ -9,4 +9,14 @@
|
||||||
{ };
|
{ };
|
||||||
})
|
})
|
||||||
|
|
||||||
|
(self: super: {
|
||||||
|
brave = super.brave.overrideAttrs (oldAttrs: rec {
|
||||||
|
version = "1.20.110";
|
||||||
|
src = super.fetchurl {
|
||||||
|
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
|
||||||
|
sha256 = "0xmf74qh85f2jvi90q4cw2n7cvx5p46xmdr2iznfy09hdsymxfry";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
})
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue