firefox-extensions.sponsorblock: 5.12.1 -> 5.12.4
This commit is contained in:
@@ -9,10 +9,10 @@
|
|||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sponsorblock";
|
pname = "sponsorblock";
|
||||||
version = "5.12.1";
|
version = "5.12.4";
|
||||||
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-boZskrdec2qh1cfe3NkjWKPk00m5qEzrtEqs2v+V1ag=";
|
hash = "sha256-TJ7+myrriCBGaUZS6rNBS/v50CAUChhHgAhwOP8QdVs=";
|
||||||
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:
|
||||||
|
Reference in New Issue
Block a user