uassets: 0-unstable-2025-03-11 -> 0-unstable-2025-03-15

This commit is contained in:
2025-03-16 21:52:44 +00:00
parent 2544bb4d68
commit e19b2d87f8

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2025-03-11"; version = "0-unstable-2025-03-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "dd616755953d559a22f2170db6f9a7d638043481"; rev = "6554f94b929af9735f482ad0a67389a866777f98";
hash = "sha256-Gls4pJ3F4ZvHNSs8yJKlNH19sJcoKVWhPh9w3i3DC3w="; hash = "sha256-jXmz0Wk0j1mRMwDt2ree5O26LQYQccPMGfnfYtiI18s=";
}; };
dontBuild = true; dontBuild = true;