File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 77
88python3Packages . buildPythonApplication rec {
99 pname = "isponsorblocktv" ;
10- version = "2.5.3 " ;
10+ version = "2.6.1 " ;
1111 pyproject = true ;
1212
1313 src = fetchFromGitHub {
1414 owner = "dmunozv04" ;
1515 repo = "iSponsorBlockTV" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-vxTEec5SMq5zcX70PiRD61aDPJUySuBG0TBQH5Qw8ow =" ;
17+ hash = "sha256-AGjLehhGYz8FyojSFmSYKLCkHAExtpQiukQnTNt1YoY =" ;
1818 } ;
1919
2020 patches = [
2121 # Port iSponsorBlockTV to pyytlounge v3
2222 ( fetchpatch {
23- url = "https://github.com/lukegb/iSponsorBlockTV/commit/3b50819fffbea23ef02f24726982a1b3313fa952.patch" ;
24- hash = "sha256-2adgGE3rBnp+/z+2iblWCxO+6qV9RHx0dqTxv/kjDJU=" ;
25- } )
26-
27- # Update setup_wizard for Textual v3
28- ( fetchpatch {
29- url = "https://github.com/lukegb/iSponsorBlockTV/commit/4a3874b781f796ad32e40fc871fee7c080716171.patch" ;
30- hash = "sha256-kdfAaIuvQovst55sOmKv+zH/7JxN1JHI9aTF0c9fYAY=" ;
23+ url = "https://github.com/ameertaweel/iSponsorBlockTV/commit/1809ca5a0d561bc9326a51e82118f290423ed3e6.patch" ;
24+ hash = "sha256-v5YXfKUPTzpZPIkVSQF2VUe9EvclAH+kJyiiyUEe/HM=" ;
3125 } )
3226 ] ;
3327
You can’t perform that action at this time.
0 commit comments