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

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.dissect-vmfs: 3.10 -> 3.11

+3 -3
+3 -3
pkgs/development/python-modules/dissect-vmfs/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dissect-vmfs"; 15 - version = "3.10"; 15 + version = "3.11"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "fox-it"; 22 22 repo = "dissect.vmfs"; 23 23 tag = version; 24 - hash = "sha256-/D5EaTNLxdzTMF/9S9esFXAxIwesEp0tdAMUAyeNtSI="; 24 + hash = "sha256-jGPHZ26DDIcblgx4hP6L2BLHYY8YeIBcbxNR7bN/49g="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ ··· 41 41 meta = with lib; { 42 42 description = "Dissect module implementing a parser for the VMFS file system"; 43 43 homepage = "https://github.com/fox-it/dissect.vmfs"; 44 - changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${version}"; 44 + changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${src.tag}"; 45 45 license = licenses.agpl3Only; 46 46 maintainers = with maintainers; [ fab ]; 47 47 };