uassets: 0-unstable-2024-09-06 -> 0-unstable-2024-09-08

This commit is contained in:
2024-09-08 20:34:28 +00:00
parent 64311094ad
commit df65454950

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-09-06"; version = "0-unstable-2024-09-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "ad6a304d6981335893c94d5685bd4f150717b868"; rev = "8fb2c86255b0986ff1cced520f5701a65aab5e70";
hash = "sha256-kRMukmlfKdeb9zNO1/V7JvccX9Al38GJqFTZ8Hc5eBA="; hash = "sha256-GrTIjGPw8UeZ0PAXwy0Oe9peq/RzY4TtkQVDBZYQllQ=";
}; };
dontBuild = true; dontBuild = true;