Skip to content

Commit a403a38

Browse files
committed
⬆️ Updated the twitchnosub firefox addon
1 parent f39613a commit a403a38

File tree

3 files changed

+2
-48
lines changed

3 files changed

+2
-48
lines changed

modules/home/browsers/firefox/default.nix

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,6 @@ in
3838
betterttv
3939
seventv
4040
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-
# )
6041
(
6142
let
6243
version = "1.3";

packages/twitchnosub/default.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ let
44
in
55
stdenvNoCC.mkDerivation (finalAttrs: {
66
pname = "twitchnosub";
7-
version = "0.8.1";
7+
version = "0.9";
88

99
src = fetchFromGitHub {
1010
owner = "besuper";
1111
repo = "TwitchNoSub";
1212
rev = "refs/tags/${finalAttrs.version}";
13-
hash = "sha256-xlWNUiv06ocRwMsnAAI7V7kDlG25psKmZXeODq07MoM=";
13+
hash = "sha256-NSV86GC+vo50YQupPCRn/xCyysaypuyI0hfNlI2Pj9U=";
1414
};
1515

1616
nativeBuildInputs = with pkgs; [ web-ext ];
@@ -24,11 +24,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2424
runHook postBuild
2525
'';
2626

27-
patches = [
28-
# See https://github.com/besuper/TwitchNoSub/issues/156#issuecomment-2592337368
29-
./worker.patch
30-
];
31-
3227
installPhase = ''
3328
runHook preInstall
3429

packages/twitchnosub/worker.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)