tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dissect-hypervisor: 3.16 -> 3.17
R. Ryantm
1 year ago
727b9e2d
a2a66180
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-hypervisor
default.nix
+3
-3
pkgs/development/python-modules/dissect-hypervisor/default.nix
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "dissect-hypervisor";
17
17
-
version = "3.16";
17
17
+
version = "3.17";
18
18
pyproject = true;
19
19
20
20
disabled = pythonOlder "3.9";
···
23
23
owner = "fox-it";
24
24
repo = "dissect.hypervisor";
25
25
tag = version;
26
26
-
hash = "sha256-9Ev7/W/+gfljBPCu4OGXzg2cWkUNFijcaRtKGkTck5k=";
26
26
+
hash = "sha256-3seluZDN5rfJ2XQPblNpEXZQwjxTZB10IwYNZirb7J0=";
27
27
};
28
28
29
29
build-system = [
···
50
50
meta = with lib; {
51
51
description = "Dissect module implementing parsers for various hypervisor disk, backup and configuration files";
52
52
homepage = "https://github.com/fox-it/dissect.hypervisor";
53
53
-
changelog = "https://github.com/fox-it/dissect.hypervisor/releases/tag/${version}";
53
53
+
changelog = "https://github.com/fox-it/dissect.hypervisor/releases/tag/${src.tag}";
54
54
license = licenses.agpl3Only;
55
55
maintainers = with maintainers; [ fab ];
56
56
};