Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

jefferson: 0.4.2 -> 0.4.5

- `python-lzo` is switched to `lzallright`

+3 -3
+3 -3
pkgs/tools/filesystems/jefferson/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "jefferson"; 8 - version = "0.4.2"; 8 + version = "0.4.5"; 9 9 format = "pyproject"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "onekey-sec"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-zW38vcDw4Jz5gO9IHrWRlvUznKvUyPbxkYMxn7VSTpA="; 15 + hash = "sha256-PGtrvZ0cQvdiswn2Bk43c3LbIZqJyvNe5rnTPw/ipUM="; 16 16 }; 17 17 18 18 nativeBuildInputs = with python3.pkgs; [ ··· 22 22 propagatedBuildInputs = with python3.pkgs; [ 23 23 click 24 24 cstruct 25 - python-lzo 25 + lzallright 26 26 ]; 27 27 28 28 pythonImportsCheck = [