From 1f89846fcb2cc7680e3267f6947a82f01d4b65f0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 17 Mar 2025 11:19:36 +0000 Subject: [PATCH] python312Packages.dissect-vmfs: 3.10 -> 3.11 --- pkgs/development/python-modules/dissect-vmfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-vmfs/default.nix b/pkgs/development/python-modules/dissect-vmfs/default.nix index 5ab0ee81e5ab..8f91f46dcecc 100644 --- a/pkgs/development/python-modules/dissect-vmfs/default.nix +++ b/pkgs/development/python-modules/dissect-vmfs/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dissect-vmfs"; - version = "3.10"; + version = "3.11"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.vmfs"; tag = version; - hash = "sha256-/D5EaTNLxdzTMF/9S9esFXAxIwesEp0tdAMUAyeNtSI="; + hash = "sha256-jGPHZ26DDIcblgx4hP6L2BLHYY8YeIBcbxNR7bN/49g="; }; nativeBuildInputs = [ @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for the VMFS file system"; homepage = "https://github.com/fox-it/dissect.vmfs"; - changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${version}"; + changelog = "https://github.com/fox-it/dissect.vmfs/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };