uassets: 0-unstable-2024-10-06 -> 0-unstable-2024-10-08

This commit is contained in:
2024-10-08 14:36:15 +00:00
parent 722dfce78e
commit cf7a969429

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-10-06"; version = "0-unstable-2024-10-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "eecfe3057dd17321d35f09200ddc6bfb65093008"; rev = "fd021d0b805cc49ae91a16f17608c914e1c38b66";
hash = "sha256-xjrSd7AmgArXlNJVofnG3W62+hz6T28pYekBQR4xc2E="; hash = "sha256-Xq4fCiX6jlfvnHnYtVUC9xOTRx4PRxFl9CxEJLVSrx4=";
}; };
dontBuild = true; dontBuild = true;