We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6265e5 commit 8a8d342Copy full SHA for 8a8d342
pkgs/by-name/ht/httping/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "httping";
17
- version = "4.2.0";
+ version = "4.4.0";
18
19
src = fetchFromGitHub {
20
owner = "folkertvanheusden";
21
repo = "HTTPing";
22
tag = "v${finalAttrs.version}";
23
- hash = "sha256-6PXus8lg+2L9RoRe4nPI1+2iYDKKEhVfJJZMoKWSCb0=";
+ hash = "sha256-qvi+8HwEipI8vkhPgFSN+q+3BsUCQTOqPVUUzzDn3Uo=";
24
};
25
26
nativeBuildInputs = [
0 commit comments