Skip to content

Commit 8a8d342

Browse files
r-ryantmwegank
authored andcommitted
httping: 4.2.0 -> 4.4.0
1 parent b6265e5 commit 8a8d342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ht/httping/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "httping";
17-
version = "4.2.0";
17+
version = "4.4.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "folkertvanheusden";
2121
repo = "HTTPing";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-6PXus8lg+2L9RoRe4nPI1+2iYDKKEhVfJJZMoKWSCb0=";
23+
hash = "sha256-qvi+8HwEipI8vkhPgFSN+q+3BsUCQTOqPVUUzzDn3Uo=";
2424
};
2525

2626
nativeBuildInputs = [

0 commit comments

Comments
 (0)