firefox-extensions.ublock-origin: 1.63.2 -> 1.64.0
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ublock-origin";
|
||||
version = "1.63.2";
|
||||
version = "1.64.0";
|
||||
src = fetchurl {
|
||||
# N.B.: the release process seems to be to first release an unsigned .xpi,
|
||||
# then sign it a few days later,
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
# therefore, only grab signed releases, to avoid having the artifact disappear out from under us :(
|
||||
# url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.xpi";
|
||||
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
|
||||
hash = "sha256-2TF2zvTcBC5BulAKoqkOXVe1vndEnL1SIRFYXjoM0Vg=";
|
||||
hash = "sha256-ueHIaL0awd78q/LgF3bRqQ7/ujSwf+aiE1DUXwIuDp8=";
|
||||
name = "uBlock0_${version}.firefox.signed.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