Unverified Commit 2410a3e6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260510 from fabaff/smbmap-bump

smbmap: 1.9.1 -> 1.9.2
parents 7735ad6c d2445647
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "smbmap";
  version = "1.9.1";
  version = "1.9.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "ShawnDEvans";
    repo = "smbmap";
    rev = "refs/tags/v${version}";
    hash = "sha256-NsxmH1W5VUckGvqqTIrxhaVz0l7gsHmc8KJuvC/iVbA=";
    hash = "sha256-n0cLj1K9Xt/1TlHOh9Kp/xIXYaUhmGSxrHL/yxDbfk4=";
  };

  propagatedBuildInputs = with python3.pkgs; [