Skip to content

Commit bfb0783

Browse files
authoredMar 20, 2025
python312Packages.dissect-fve: 4.0 -> 4.1 (#391596)
2 parents 6d5eb59 + e19623a commit bfb0783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/python-modules/dissect-fve/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "dissect-fve";
18-
version = "4.0";
18+
version = "4.1";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.9";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "fox-it";
2525
repo = "dissect.fve";
2626
tag = version;
27-
hash = "sha256-R6ZrUofycEgJlwLE4/CXFZ2gTg+ETBPlBBC8+s5YN6M=";
27+
hash = "sha256-xPjwyI134E0JWkM+S2ae9TuBGHMSrgyjooM9CGECqgg=";
2828
};
2929

3030
build-system = [
@@ -51,7 +51,7 @@ buildPythonPackage rec {
5151
meta = with lib; {
5252
description = "Dissect module implementing parsers for full volume encryption implementations";
5353
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}";
5555
license = licenses.agpl3Only;
5656
maintainers = with maintainers; [ fab ];
5757
};

0 commit comments

Comments
 (0)
Failed to load comments.