lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.flow-record: 3.18 -> 3.19

+3 -3
+3 -3
pkgs/development/python-modules/flow-record/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "flow-record"; 23 - version = "3.18"; 23 + version = "3.19"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.9"; ··· 29 29 owner = "fox-it"; 30 30 repo = "flow.record"; 31 31 tag = version; 32 - hash = "sha256-tEKmwDZOoGIXfJqxIat6WTbEv4EkiwkJGMpNxfv2Zd0="; 32 + hash = "sha256-9slOisPr2pW18zurBoJ8AA55fGuBA4QP1tY7YSLiYEM="; 33 33 }; 34 34 35 35 build-system = [ ··· 71 71 meta = with lib; { 72 72 description = "Library for defining and creating structured data"; 73 73 homepage = "https://github.com/fox-it/flow.record"; 74 - changelog = "https://github.com/fox-it/flow.record/releases/tag/${version}"; 74 + changelog = "https://github.com/fox-it/flow.record/releases/tag/${src.tag}"; 75 75 license = licenses.agpl3Only; 76 76 maintainers = with maintainers; [ fab ]; 77 77 };