lol

python312Packages.dissect-hypervisor: 3.16 -> 3.17

+3 -3
+3 -3
pkgs/development/python-modules/dissect-hypervisor/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "dissect-hypervisor"; 17 - version = "3.16"; 17 + version = "3.17"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "fox-it"; 24 24 repo = "dissect.hypervisor"; 25 25 tag = version; 26 - hash = "sha256-9Ev7/W/+gfljBPCu4OGXzg2cWkUNFijcaRtKGkTck5k="; 26 + hash = "sha256-3seluZDN5rfJ2XQPblNpEXZQwjxTZB10IwYNZirb7J0="; 27 27 }; 28 28 29 29 build-system = [ ··· 50 50 meta = with lib; { 51 51 description = "Dissect module implementing parsers for various hypervisor disk, backup and configuration files"; 52 52 homepage = "https://github.com/fox-it/dissect.hypervisor"; 53 - changelog = "https://github.com/fox-it/dissect.hypervisor/releases/tag/${version}"; 53 + changelog = "https://github.com/fox-it/dissect.hypervisor/releases/tag/${src.tag}"; 54 54 license = licenses.agpl3Only; 55 55 maintainers = with maintainers; [ fab ]; 56 56 };