uassets: 2024-06-21 -> 2024-06-23

This commit is contained in:
Colin 2024-06-24 14:20:37 +00:00
parent 283ca45c5d
commit 9aaf89408a
2 changed files with 5 additions and 5 deletions

View File

@ -182,8 +182,8 @@ in (lib.makeScope newScope (self: with self; {
# N.B.: a handful of versions are released unsigned
# url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.signed.xpi";
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
version = "1.58.0";
hash = "sha256-RwxWmUpxdNshV4rc5ZixWKXcCXDIfFz+iJrGMr0wheo=";
version = "1.58.1b10";
hash = "sha256-cMIjQ0NvNMKZpYW+i15a6pH1gj6q8ALEWAhCBDkFlfY=";
};
};
})).overrideScope (self: super:

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation {
pname = "uassets";
version = "0-unstable-2024-06-21";
version = "0-unstable-2024-06-23";
src = fetchFromGitHub {
owner = "uBlockOrigin";
repo = "uAssets";
rev = "05dfb7b5504b20e5432f7092111ad51568b3d9f4";
hash = "sha256-FrSMmZxR+XWUUOb8X1kImEM4Lhw8Ikg8k1vtqXOJD+8=";
rev = "419941bd0ee3b694fc648b2c923748f3702b4d92";
hash = "sha256-LOIBjs1BP86GL14QyAUCqdpXHO3QnJd3MIvZ+4JICqM=";
};
dontBuild = true;