lol

python312Packages.dissect-cobaltstrike: 1.2.0 -> 1.2.1 (#395717)

authored by

Fabian Affolter and committed by
GitHub
499b7565 45466d02

+3 -3
+3 -3
pkgs/development/python-modules/dissect-cobaltstrike/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "dissect-cobaltstrike"; 22 - version = "1.2.0"; 22 + version = "1.2.1"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.7"; ··· 28 28 owner = "fox-it"; 29 29 repo = "dissect.cobaltstrike"; 30 30 tag = "v${version}"; 31 - hash = "sha256-GMpMTsI4mepaOGhw7/cSymkcxzn4mlNS1ZKYGYut+LM="; 31 + hash = "sha256-0Wi0H9jL7suF/d92Sg2LuE6M2EzbIWsEC7Jjd1eJGTw="; 32 32 }; 33 33 34 34 build-system = [ ··· 75 75 meta = with lib; { 76 76 description = "Dissect module implementing a parser for Cobalt Strike related data"; 77 77 homepage = "https://github.com/fox-it/dissect.cobaltstrike"; 78 - changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${version}"; 78 + changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${src.tag}"; 79 79 license = licenses.agpl3Only; 80 80 maintainers = with maintainers; [ fab ]; 81 81 };