tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dissect-etl: 3.10 -> 3.11
R. Ryantm
1 year ago
ab3e9752
56f4e06f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-etl
default.nix
+3
-3
pkgs/development/python-modules/dissect-etl/default.nix
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "dissect-etl";
16
16
-
version = "3.10";
16
16
+
version = "3.11";
17
17
pyproject = true;
18
18
19
19
disabled = pythonOlder "3.10";
···
22
22
owner = "fox-it";
23
23
repo = "dissect.etl";
24
24
tag = version;
25
25
-
hash = "sha256-c8qbh0LSTAV23J//Kx76eeIjptW1cVcxBSqO22okRkU=";
25
25
+
hash = "sha256-soJH7kx/029yXyOjv6OsWjWAMMHXKx711GLPBClDAK0=";
26
26
};
27
27
28
28
build-system = [
···
43
43
meta = with lib; {
44
44
description = "Dissect module implementing a parser for Event Trace Log (ETL) files";
45
45
homepage = "https://github.com/fox-it/dissect.etl";
46
46
-
changelog = "https://github.com/fox-it/dissect.etl/releases/tag/${version}";
46
46
+
changelog = "https://github.com/fox-it/dissect.etl/releases/tag/${src.tag}";
47
47
license = licenses.agpl3Only;
48
48
maintainers = with maintainers; [ fab ];
49
49
};