lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

httpstat: 1.2.0 -> 1.2.1

+2 -2
+2 -2
pkgs/tools/networking/httpstat/default.nix
··· 3 3 pythonPackages.buildPythonPackage rec { 4 4 name = "${pname}-${version}"; 5 5 pname = "httpstat"; 6 - version = "1.2.0"; 6 + version = "1.2.1"; 7 7 src = fetchFromGitHub { 8 8 owner = "reorx"; 9 9 repo = pname; 10 10 rev = "${version}"; 11 - sha256 = "1zfbv3fz3g3wwvsgrcyrk2cp7pjhkpf7lmx57ry9b43c62gcd7yh"; 11 + sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6"; 12 12 }; 13 13 doCheck = false; 14 14 propagatedBuildInputs = [ ];