smbmap: unstable-2023-03-29 -> 1.9.1

Changelog: https://github.com/ShawnDEvans/smbmap/releases/tag/v1.9.1
This commit is contained in:
Fabian Affolter 2023-06-11 13:50:39 +02:00
parent 1e4c8b3336
commit 5f4fe47957

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "smbmap";
version = "unstable-2023-03-29";
version = "1.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "ShawnDEvans";
repo = "smbmap";
rev = "ce60773320e11b2ecd1ce1b5ab2a62d43d4a4423";
hash = "sha256-4DdiICH3B7x8Wr5CcqiuhCHPv6W/5bT5MGdXkyE0OKA=";
rev = "refs/tags/v${version}";
hash = "sha256-NsxmH1W5VUckGvqqTIrxhaVz0l7gsHmc8KJuvC/iVbA=";
};
propagatedBuildInputs = with python3.pkgs; [