Unverified Commit 75a5ebf4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #237184 from fabaff/smbmap-bump

smbmap: unstable-2023-03-29 -> 1.9.1
parents 85a04c0d 5f4fe479
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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; [