python3Packages.adblock: fix src

This commit is contained in:
Jonathan Ringer 2022-03-08 11:06:34 -08:00 committed by Martin Weinelt
parent 7f5915b048
commit 92367700d6

View File

@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "ArniDagur";
repo = "python-adblock";
rev = version;
rev = "refs/tags/${version}";
sha256 = "sha256-6FH+AVK7+Yg1a6oKbFV80TuGGE4Y7I3mMVzwVHdHYO4=";
};