Skip to content

Commit dad7c6c

Browse files
authored
httping: 4.2.0 -> 4.4.0 (#386012)
2 parents c36e028 + 00586bd commit dad7c6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 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 = [
@@ -45,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
4545
tests.version = testers.testVersion {
4646
command = "${lib.getExe finalAttrs.finalPackage} --version";
4747
package = finalAttrs.finalPackage;
48+
version = "v${finalAttrs.version}";
4849
};
4950
updateScript = nix-update-script { };
5051
};

0 commit comments

Comments
 (0)