sponsorblock: 5.12.4 -> 5.13

This commit is contained in:
2025-06-20 18:31:41 +00:00
parent 751131bcb0
commit 18b3877eaa

View File

@@ -8,10 +8,10 @@
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "sponsorblock"; pname = "sponsorblock";
version = "5.12.4"; version = "5.13";
src = fetchurl { src = fetchurl {
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi"; url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
hash = "sha256-TJ7+myrriCBGaUZS6rNBS/v50CAUChhHgAhwOP8QdVs="; hash = "sha256-pSc3qVoXsS7Q5ZudQ6hv2Jp9q2eBjCMGXo1ZUiQ29U0=";
name = "FirefoxSignedInstaller.zip"; name = "FirefoxSignedInstaller.zip";
}; };
# .zip file has everything in the top-level; stdenv needs it to be extracted into a subdir: # .zip file has everything in the top-level; stdenv needs it to be extracted into a subdir: