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