Skip to content

Commit

Permalink
httpstat: 1.2.1 -> 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 25, 2020
1 parent 3bff81a commit fb05770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/httpstat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

pythonPackages.buildPythonApplication rec {
pname = "httpstat";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "reorx";
repo = pname;
rev = version;
sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6";
sha256 = "18k2glnyzxlmry19ijmndim2vqqn3c86smd7xc3haw6k7qafifx1";
};
doCheck = false; # No tests
buildInputs = [ glibcLocales ];
Expand Down

0 comments on commit fb05770

Please sign in to comment.