uassets: 0-unstable-2024-09-27 -> 0-unstable-2024-10-02

This commit is contained in:
2024-10-02 16:30:59 +00:00
parent d9c2415318
commit b7f3267102

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-09-27"; version = "0-unstable-2024-10-02";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "80a9ec91f0a690ad5c9705d9edeaf56f58cc4088"; rev = "6aff05eb0f13b487fe89914564906eb5f4da215b";
hash = "sha256-tJOCY1GHZptZ1bbwhmoTJNtt9OllFqrjF/HHlRTQA64="; hash = "sha256-RuzN3C3ZYEV+JDyWAt9y4dB88Ma2TtVAHHH/khtWSt0=";
}; };
dontBuild = true; dontBuild = true;