lol

python312Packages.dissect-esedb: 3.14 -> 3.15

+3 -3
+3 -3
pkgs/development/python-modules/dissect-esedb/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "dissect-esedb"; 15 - version = "3.14"; 15 + version = "3.15"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "fox-it"; 22 22 repo = "dissect.esedb"; 23 23 tag = version; 24 - hash = "sha256-IDLarSiI7GHjOOLibk2s/KqKwmozgIHdSfClPQXOsXI="; 24 + hash = "sha256-FuJZambygHBBDxmHk2bZ3oJiuB4ca9aduSXqxiBQWIA="; 25 25 }; 26 26 27 27 nativeBuildInputs = [ ··· 41 41 meta = with lib; { 42 42 description = "Dissect module implementing a parser for Microsofts Extensible Storage Engine Database (ESEDB)"; 43 43 homepage = "https://github.com/fox-it/dissect.esedb"; 44 - changelog = "https://github.com/fox-it/dissect.esedb/releases/tag/${version}"; 44 + changelog = "https://github.com/fox-it/dissect.esedb/releases/tag/${src.tag}"; 45 45 license = licenses.agpl3Only; 46 46 maintainers = with maintainers; [ fab ]; 47 47 };