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