python3Packages.adblock: update cargoSha

This commit is contained in:
Jonathan Ringer 2022-03-08 16:22:04 -08:00 committed by Martin Weinelt
parent 546a8a0c25
commit 6d39611743

View file

@ -32,7 +32,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-x0mcykHWhheD2ycELcfR1ZQ/6WfFQzY+L/LmMipP4Rc=";
hash = "sha256-JI/C+Woi/dJWUGUum8daecjFWiQgxY6BFYZ5MpTcRvU=";
};
nativeBuildInputs = [