uassets: 0-unstable-2025-03-04 -> 0-unstable-2025-03-05

This commit is contained in:
2025-03-06 05:10:14 +00:00
parent e126aafa9b
commit e7c52340ab

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2025-03-04"; version = "0-unstable-2025-03-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "6b6a7392677cd6ca3d643f430e38505fb2946ef9"; rev = "d37bdfda11f9c082216ca6e5c78982e38b1441b9";
hash = "sha256-FHxR15cVJvv59paYy3//6klp/XXrC2I9gSpGLUZ7BHg="; hash = "sha256-+8r6eywnjmei6G9jZMRrWemjsYGv0S1S89jzuw/TWRo=";
}; };
dontBuild = true; dontBuild = true;