uassets: 0-unstable-2024-10-25 -> 0-unstable-2024-10-26

This commit is contained in:
2024-10-26 16:30:34 +00:00
parent 7cb39000c3
commit 70bd1ec6c4

View File

@@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "uassets"; pname = "uassets";
version = "0-unstable-2024-10-25"; version = "0-unstable-2024-10-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "uBlockOrigin"; owner = "uBlockOrigin";
repo = "uAssets"; repo = "uAssets";
rev = "bc1dcf8f96f232c90384928e78a79461a13e09eb"; rev = "327d0770309e564e266aaba4060b70bea9e298ba";
hash = "sha256-ouj/Vk5ktaG6BPcZV9S3NYXg6JOg0Bcv7xRP6btjMVA="; hash = "sha256-vmSFv+1HoOA6vyyTHpUSuzy21Or+cIygJ76EjX/5zLA=";
}; };
dontBuild = true; dontBuild = true;