tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dissect-esedb: 3.14 -> 3.15
R. Ryantm
1 year ago
348eef81
56f4e06f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-esedb
default.nix
+3
-3
pkgs/development/python-modules/dissect-esedb/default.nix
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "dissect-esedb";
15
15
-
version = "3.14";
15
15
+
version = "3.15";
16
16
pyproject = true;
17
17
18
18
disabled = pythonOlder "3.9";
···
21
21
owner = "fox-it";
22
22
repo = "dissect.esedb";
23
23
tag = version;
24
24
-
hash = "sha256-IDLarSiI7GHjOOLibk2s/KqKwmozgIHdSfClPQXOsXI=";
24
24
+
hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA=";
25
25
};
26
26
27
27
nativeBuildInputs = [
···
41
41
meta = with lib; {
42
42
description = "Dissect module implementing a parser for Microsofts Extensible Storage Engine Database (ESEDB)";
43
43
homepage = "https://github.com/fox-it/dissect.esedb";
44
44
-
changelog = "https://github.com/fox-it/dissect.esedb/releases/tag/${version}";
44
44
+
changelog = "https://github.com/fox-it/dissect.esedb/releases/tag/${src.tag}";
45
45
license = licenses.agpl3Only;
46
46
maintainers = with maintainers; [ fab ];
47
47
};