httping: 3.6 -> 4.1.0

This commit is contained in:
R. Ryantm
2024-07-28 02:47:53 +00:00
parent 1d72886b8a
commit 3f059cf73a
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "httping";
version = "3.6";
version = "4.1.0";
src = fetchFromGitHub {
owner = "folkertvanheusden";
repo = "HTTPing";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-lDgQC3VzfcLqMOQSaRZ/znMamAAGYq/9C9bHgI4G7B8=";
hash = "sha256-JtsPtrj/ZineBokEytbkZdAfjVLTkiaNcGtKVJlKm38=";
};
nativeBuildInputs = [