1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
buildPythonPackage rec {
17
17
pname = "dissect-fve" ;
18
- version = "4.0 " ;
18
+ version = "4.1 " ;
19
19
pyproject = true ;
20
20
21
21
disabled = pythonOlder "3.9" ;
@@ -24,7 +24,7 @@ buildPythonPackage rec {
24
24
owner = "fox-it" ;
25
25
repo = "dissect.fve" ;
26
26
tag = version ;
27
- hash = "sha256-R6ZrUofycEgJlwLE4/CXFZ2gTg+ETBPlBBC8+s5YN6M =" ;
27
+ hash = "sha256-xPjwyI134E0JWkM+S2ae9TuBGHMSrgyjooM9CGECqgg =" ;
28
28
} ;
29
29
30
30
build-system = [
@@ -51,7 +51,7 @@ buildPythonPackage rec {
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
- changelog = "https://github.com/fox-it/dissect.fve/releases/tag/${ version } " ;
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
} ;
0 commit comments