johnnycanencrypt: fix vendor sha256

This commit is contained in:
Jonathan Ringer 2022-02-01 12:42:04 -08:00 committed by Jonathan Ringer
parent 1672afcca1
commit 2622b17510

View file

@ -31,7 +31,7 @@ buildPythonPackage rec {
cargoDeps = rustPlatform.fetchCargoTarball {
inherit patches src;
name = "${pname}-${version}";
hash = "sha256-2XhXCKyXVlFgbcOoMy/A5ajiIVxBii56YeI29mO720U=";
hash = "sha256-1dRFC59GY7M99LvQWy2eXPesmLX5k46rN8l4suLYkQY=";
};
format = "pyproject";