Unverified Commit 594573d5 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

fscan: 2.0.2 -> 2.1.2 (#516001)

parents 747816a1 5b54c1e6
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -6,16 +6,18 @@

buildGoModule (finalAttrs: {
  pname = "fscan";
  version = "2.0.2";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "shadow1ng";
    repo = "fscan";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wvtabfLoPKCmoWL083z1c3g0iOQRtTtgwZxozIaeiw0=";
    hash = "sha256-Xc6SNmVPxBxcY7PH27562soejIrMXQtb09Djd0gONCo=";
  };

  vendorHash = "sha256-hDe5IMvOUeAvst8mCWNMCRWcPyJ9Ufomv1Zpjxgcj/0=";
  vendorHash = "sha256-ihaGbm4iLjwvTzM278wuwom8LrmHB3WgmbfcJxtkbYc=";

  subPackages = [ "." ];

  meta = {
    description = "Intranet comprehensive scanning tool";