Merge pull request #237184 from fabaff/smbmap-bump

smbmap: unstable-2023-03-29 -> 1.9.1
This commit is contained in:
Fabian Affolter 2023-06-11 18:36:10 +02:00 committed by GitHub
commit 75a5ebf473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; [