nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.dissect-fve: 4.0 -> 4.1

+3 -3
+3 -3
pkgs/development/python-modules/dissect-fve/default.nix
··· 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 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 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 };