tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.dissect-fve: 4.0 -> 4.1
R. Ryantm
1 year ago
e19623ae
01fd8b03
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
dissect-fve
default.nix
+3
-3
pkgs/development/python-modules/dissect-fve/default.nix
reviewed
···
15
15
16
16
buildPythonPackage rec {
17
17
pname = "dissect-fve";
18
18
-
version = "4.0";
18
18
+
version = "4.1";
19
19
pyproject = true;
20
20
21
21
disabled = pythonOlder "3.9";
···
24
24
owner = "fox-it";
25
25
repo = "dissect.fve";
26
26
tag = version;
27
27
-
hash = "sha256-R6ZrUofycEgJlwLE4/CXFZ2gTg+ETBPlBBC8+s5YN6M=";
27
27
+
hash = "sha256-xPjwyI134E0JWkM+S2ae9TuBGHMSrgyjooM9CGECqgg=";
28
28
};
29
29
30
30
build-system = [
···
51
51
meta = with lib; {
52
52
description = "Dissect module implementing parsers for full volume encryption implementations";
53
53
homepage = "https://github.com/fox-it/dissect.fve";
54
54
-
changelog = "https://github.com/fox-it/dissect.fve/releases/tag/${version}";
54
54
+
changelog = "https://github.com/fox-it/dissect.fve/releases/tag/${src.tag}";
55
55
license = licenses.agpl3Only;
56
56
maintainers = with maintainers; [ fab ];
57
57
};