uassets: 0-unstable-2024-09-21 -> 0-unstable-2024-09-27

This commit is contained in:
2024-09-28 03:43:16 +00:00
parent 138f435b38
commit d2ac1892cb

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-09-21"; version = "0-unstable-2024-09-27";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "700e74df6e2119747bb8a6922e6c0c9a2e3c42ed"; rev = "80a9ec91f0a690ad5c9705d9edeaf56f58cc4088";
hash = "sha256-F9H0ZT0DiFTg53ve0t6ZjUr5yaSBPDptXa14AsP/Y8Y="; hash = "sha256-tJOCY1GHZptZ1bbwhmoTJNtt9OllFqrjF/HHlRTQA64=";
}; };
dontBuild = true; dontBuild = true;