uassets: 0-unstable-2024-09-05 -> 0-unstable-2024-09-06

This commit is contained in:
2024-09-06 16:58:46 +00:00
parent ca3dc42586
commit cc6e99361d

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-09-05"; version = "0-unstable-2024-09-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "151080ba45b476d5e0c9fd3db6ed48e50ffedbdf"; rev = "ad6a304d6981335893c94d5685bd4f150717b868";
hash = "sha256-x5TuzXUpZuY+ugz5lkOhBzfLsCnKSx6/kvIamiomcgo="; hash = "sha256-kRMukmlfKdeb9zNO1/V7JvccX9Al38GJqFTZ8Hc5eBA=";
}; };
dontBuild = true; dontBuild = true;