Skip to content

Commit da6fdc5

Browse files
authored
health-check: 0.04.00 -> 0.04.01 (NixOS#370844)
2 parents b3b8ab5 + f3987c0 commit da6fdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/he/health-check/package.nix

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

99
stdenv.mkDerivation rec {
1010
pname = "health-check";
11-
version = "0.04.00";
11+
version = "0.04.01";
1212

1313
src = fetchFromGitHub {
1414
owner = "ColinIanKing";
1515
repo = pname;
1616
rev = "V${version}";
17-
hash = "sha256-CPKXpPpdagq3UnTk8Z58WtSPek8L79totKX+Uh6foVg=";
17+
hash = "sha256-sBhFH9BNRQ684ydqh8p4TtFwO+Aygu4Ke4+/nNMlZ/E=";
1818
};
1919

2020
buildInputs = [

0 commit comments

Comments
 (0)