Skip to content

Commit

Permalink
health-check: 0.04.00 -> 0.04.01 (NixOS#370844)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 4, 2025
2 parents b3b8ab5 + f3987c0 commit da6fdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/he/health-check/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "health-check";
version = "0.04.00";
version = "0.04.01";

src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-CPKXpPpdagq3UnTk8Z58WtSPek8L79totKX+Uh6foVg=";
hash = "sha256-sBhFH9BNRQ684ydqh8p4TtFwO+Aygu4Ke4+/nNMlZ/E=";
};

buildInputs = [
Expand Down

0 comments on commit da6fdc5

Please sign in to comment.