httping: 4.2.0 -> 4.4.0

This commit is contained in:
R. Ryantm
2025-03-17 00:14:08 +01:00
committed by Weijia Wang
parent b6265e5e0e
commit 8a8d342395
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "httping";
version = "4.2.0";
version = "4.4.0";
src = fetchFromGitHub {
owner = "folkertvanheusden";
repo = "HTTPing";
tag = "v${finalAttrs.version}";
hash = "sha256-6PXus8lg+2L9RoRe4nPI1+2iYDKKEhVfJJZMoKWSCb0=";
hash = "sha256-qvi+8HwEipI8vkhPgFSN+q+3BsUCQTOqPVUUzzDn3Uo=";
};
nativeBuildInputs = [