Unverified Commit ef2ec8ca authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

vulnix: 1.12.2 -> 1.12.3 (#491334)

parents f833669c 7e3e51a2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "vulnix";
  version = "1.12.2";
  version = "1.12.3";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "vulnix";
    tag = finalAttrs.version;
    hash = "sha256-RHYiwIWV7gf4Ty70ECY3RLouNZAEG5uxjq0+K4LK5QU=";
    hash = "sha256-q6Mktt9tuX4uDk3hNvDT1928tf+Kb6gBIgwy7w2N8nk=";
  };

  __darwinAllowLocalNetworking = true;