Unverified Commit 64ea61fa authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

netpeek: 0.2.4 -> 0.2.5 (#467207)

parents 8ef82773 13c8d7bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "netpeek";
  version = "0.2.4";
  version = "0.2.5";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "ZingyTomato";
    repo = "NetPeek";
    tag = "v${version}";
    hash = "sha256-mouXMFYhCBEUTyPfuaw570ZC40TJuprldiSiP0Il0KA=";
    hash = "sha256-b7XHBmFSI3ITojd05M6tytozgfBg0WvN/CWFbk5c/JQ=";
  };

  nativeBuildInputs = [