sponsorblock: 5.13 -> 5.13.1

This commit is contained in:
2025-06-21 07:42:44 +00:00
parent 51203647d4
commit bd9d57c746

View File

@@ -8,10 +8,10 @@
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "sponsorblock"; pname = "sponsorblock";
version = "5.13"; version = "5.13.1";
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-pSc3qVoXsS7Q5ZudQ6hv2Jp9q2eBjCMGXo1ZUiQ29U0="; hash = "sha256-cBucyo8tuWQo3BM1a/I0d7pitlSqLLVh/PqlcUEyVQc=";
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: