uassets: 0-unstable-2025-01-02 -> 0-unstable-2025-01-03

This commit is contained in:
2025-01-03 09:41:15 +00:00
parent 2b9700d2a6
commit 3842c4204b

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2025-01-02"; version = "0-unstable-2025-01-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "caff61fe05fdd9a08da1126419d1626feb721ff3"; rev = "a88da60c5cce25f34a6f8168192c82f88ad49b89";
hash = "sha256-Pczy0Ohg8GXdQrPkc3PWxyoSSbxYxIrrtW6WhJLReR8="; hash = "sha256-YJPWIMmOIbglY1sQsH13R4Eh29V+ovGyGUPKUtzsJuw=";
}; };
dontBuild = true; dontBuild = true;