sponsorblock: 5.13.1 -> 5.13.2
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "sponsorblock";
|
||||
version = "5.13.1";
|
||||
version = "5.13.2";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
|
||||
hash = "sha256-cBucyo8tuWQo3BM1a/I0d7pitlSqLLVh/PqlcUEyVQc=";
|
||||
hash = "sha256-vBnbfa+/xYXTkAXNs1E4fVVvg/h0o7mHmOyhxQoVRcc=";
|
||||
name = "FirefoxSignedInstaller.zip";
|
||||
};
|
||||
# .zip file has everything in the top-level; stdenv needs it to be extracted into a subdir:
|
||||
|
Reference in New Issue
Block a user