tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dissect-eventlog: 3.9 -> 3.10
R. Ryantm
1 year ago
96c1952b
56f4e06f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-eventlog
default.nix
+3
-3
pkgs/development/python-modules/dissect-eventlog/default.nix
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "dissect-eventlog";
15
15
-
version = "3.9";
15
15
+
version = "3.10";
16
16
format = "pyproject";
17
17
18
18
disabled = pythonOlder "3.9";
···
21
21
owner = "fox-it";
22
22
repo = "dissect.eventlog";
23
23
tag = version;
24
24
-
hash = "sha256-MXjWHbw/iEzKo4cgiYAHLzt6/Y7s9o9cPNV5TD0gqW8=";
24
24
+
hash = "sha256-dU5rgaRCqJ9W1kOzJnop3ga/Q40/F+N8ZAYQ+unSi+w=";
25
25
};
26
26
27
27
nativeBuildInputs = [
···
41
41
meta = with lib; {
42
42
description = "Dissect module implementing parsers for the Windows EVT, EVTX and WEVT log file formats";
43
43
homepage = "https://github.com/fox-it/dissect.eventlog";
44
44
-
changelog = "https://github.com/fox-it/dissect.eventlog/releases/tag/${version}";
44
44
+
changelog = "https://github.com/fox-it/dissect.eventlog/releases/tag/${src.tag}";
45
45
license = licenses.agpl3Only;
46
46
maintainers = with maintainers; [ fab ];
47
47
};