uassets: 0-unstable-2024-12-05 -> 0-unstable-2024-12-08

This commit is contained in:
2024-12-08 20:07:16 +00:00
parent 4c952109e9
commit 8fada3bb4a

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-12-05"; version = "0-unstable-2024-12-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "de54b53d42a882f475225c1ed10ec83225a587fb"; rev = "8f18d8c01dee8cdc969cee56fae3ae63ce284a3e";
hash = "sha256-J6eBc6QoBOqjBtzBoueYqJaOUm9/mRYtz0oSSiuBWa4="; hash = "sha256-qbJRLbE3tknealvbiVwdkWSgqt7KYj4sVab/lMiOFQk=";
}; };
dontBuild = true; dontBuild = true;