sponsorblock: 5.13.1 -> 5.13.2

This commit is contained in:
2025-07-02 19:52:10 +00:00
parent 9ee805d2f4
commit 0c4d84de90

View File

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