uassets: 0-unstable-2024-10-15 -> 0-unstable-2024-10-16

This commit is contained in:
2024-10-17 01:07:31 +00:00
parent 0c43aedc02
commit 3fb44e6405

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-10-15"; version = "0-unstable-2024-10-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "71f4db82043a28fe9ed6f88f3bf65e704704379e"; rev = "574b37dc5fc2f97e6f213b9de6d1a949a109e32a";
hash = "sha256-uj695LGagQ/Unu4tMV7BbkykDN1fad4vSvsLFMAkJpo="; hash = "sha256-iHaFI7CbCCqYpH2qtpUmiuWl1xo3Hr3WwYou8KvbNQk=";
}; };
dontBuild = true; dontBuild = true;