File tree Expand file tree Collapse file tree 3 files changed +2
-48
lines changed
modules/home/browsers/firefox Expand file tree Collapse file tree 3 files changed +2
-48
lines changed Original file line number Diff line number Diff line change 38
38
betterttv
39
39
seventv
40
40
dracula-dark-colorscheme
41
-
42
- # (
43
- # let
44
- # version = "0.7.1";
45
- # in
46
- # buildFirefoxXpiAddon {
47
- # pname = "twitchnosub";
48
- # inherit version;
49
- # addonId = "twitchnosub@besuper.com";
50
- # url = "https://github.com/besuper/TwitchNoSub/releases/download/${version}/TwitchNoSub-firefox.${version}.xpi";
51
- # sha256 = "sha256-Z/KaWdJy6L/sZXUJlT3nyNnBOf21TxMrQHKxa3j2KD8=";
52
- # meta = {
53
- # homepage = "https://github.com/besuper/TwitchNoSub";
54
- # description = "An extension to watch sub only VOD on Twitch";
55
- # license = lib.licenses.gpl3;
56
- # platforms = lib.platforms.all;
57
- # };
58
- # }
59
- # )
60
41
(
61
42
let
62
43
version = "1.3" ;
Original file line number Diff line number Diff line change 4
4
in
5
5
stdenvNoCC . mkDerivation ( finalAttrs : {
6
6
pname = "twitchnosub" ;
7
- version = "0.8.1 " ;
7
+ version = "0.9 " ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "besuper" ;
11
11
repo = "TwitchNoSub" ;
12
12
rev = "refs/tags/${ finalAttrs . version } " ;
13
- hash = "sha256-xlWNUiv06ocRwMsnAAI7V7kDlG25psKmZXeODq07MoM =" ;
13
+ hash = "sha256-NSV86GC+vo50YQupPCRn/xCyysaypuyI0hfNlI2Pj9U =" ;
14
14
} ;
15
15
16
16
nativeBuildInputs = with pkgs ; [ web-ext ] ;
@@ -24,11 +24,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
24
24
runHook postBuild
25
25
'' ;
26
26
27
- patches = [
28
- # See https://github.com/besuper/TwitchNoSub/issues/156#issuecomment-2592337368
29
- ./worker.patch
30
- ] ;
31
-
32
27
installPhase = ''
33
28
runHook preInstall
34
29
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments