From 0a6d0ed714c8095382cff33d1fd46b9c0c60200f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Apr 2025 09:51:57 +0000 Subject: [PATCH] python312Packages.dissect-cobaltstrike: 1.2.0 -> 1.2.1 --- .../python-modules/dissect-cobaltstrike/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-cobaltstrike/default.nix b/pkgs/development/python-modules/dissect-cobaltstrike/default.nix index 343b9ea25a91..8cd3e3f982f6 100644 --- a/pkgs/development/python-modules/dissect-cobaltstrike/default.nix +++ b/pkgs/development/python-modules/dissect-cobaltstrike/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "dissect-cobaltstrike"; - version = "1.2.0"; + version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.cobaltstrike"; tag = "v${version}"; - hash = "sha256-GMpMTsI4mepaOGhw7/cSymkcxzn4mlNS1ZKYGYut+LM="; + hash = "sha256-0Wi0H9jL7suF/d92Sg2LuE6M2EzbIWsEC7Jjd1eJGTw="; }; build-system = [ @@ -75,7 +75,7 @@ buildPythonPackage rec { meta = with lib; { description = "Dissect module implementing a parser for Cobalt Strike related data"; homepage = "https://github.com/fox-it/dissect.cobaltstrike"; - changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${version}"; + changelog = "https://github.com/fox-it/dissect.cobaltstrike/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };