From 4668b1ab496dcc5fc89f6d5f06a641f4cd266842 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 18 Nov 2024 02:55:37 -0500 Subject: [PATCH] ublock-origin: 1.61.1b1 -> 1.61.1 Looks like 1.61.1b1 was deleted and 1.61.1 had the missing asset added. --- packages/ublock-origin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ublock-origin.nix b/packages/ublock-origin.nix index 7eec4624..bd9b9b16 100644 --- a/packages/ublock-origin.nix +++ b/packages/ublock-origin.nix @@ -6,11 +6,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "ublock-origin"; - version = "1.61.1b1"; + version = "1.61.0"; src = fetchurl { url = "https://github.com/gorhill/uBlock/releases/download/${finalAttrs.version}/uBlock0_${finalAttrs.version}.firefox.signed.xpi"; - hash = "sha256-8hh6yx15WBqDt/g7de152tfCpCxG4v46pkkAWYf4pGQ="; + hash = "sha256-5v1Vt5mlaMZsEIkqjyJCjmdz/hbXRmzp3uKVLyJLID0="; }; dontUnpack = true;