mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
httpstat: 1.2.0 -> 1.2.1
This commit is contained in:
parent
3d5630fac9
commit
ca74b4e8c7
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
pythonPackages.buildPythonPackage rec {
|
||||
name = "${pname}-${version}";
|
||||
pname = "httpstat";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "reorx";
|
||||
repo = pname;
|
||||
rev = "${version}";
|
||||
sha256 = "1zfbv3fz3g3wwvsgrcyrk2cp7pjhkpf7lmx57ry9b43c62gcd7yh";
|
||||
sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6";
|
||||
};
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [ ];
|
||||
|
|
Loading…
Reference in a new issue