From 2982af2c8070929d15d84777947af5b805ffcfd4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 11 Mar 2025 08:54:51 +0000 Subject: [PATCH] python312Packages.dissect-executable: 1.7 -> 1.8 --- .../python-modules/dissect-executable/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-executable/default.nix b/pkgs/development/python-modules/dissect-executable/default.nix index 842ab8f28036..790ef796d0fc 100644 --- a/pkgs/development/python-modules/dissect-executable/default.nix +++ b/pkgs/development/python-modules/dissect-executable/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "dissect-executable"; - version = "1.7"; + version = "1.8"; pyproject = true; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.executable"; tag = version; - hash = "sha256-qr8t+k0m9VoF2hLNilCLJ9BfATLRlZupF2C9l+6OMDo="; + hash = "sha256-6fEaXZTkygd0ZLPFWbtzWadA9VEsp3cd4/he0LxqhMw="; }; build-system = [ @@ -38,7 +38,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for various executable formats such as PE, ELF and Macho-O"; homepage = "https://github.com/fox-it/dissect.executable"; - changelog = "https://github.com/fox-it/dissect.executable/releases/tag/${version}"; + changelog = "https://github.com/fox-it/dissect.executable/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };