about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/health-check
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-20 09:31:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-20 09:31:57 +0000
commita25a0f9dbf56b597dfbeda3782cca465bea58a85 (patch)
tree8d4ffb5ca05a3e0df8b8ed668692173a10d5c92b /pkgs/os-specific/linux/health-check
parentda015313538ff2a574a02d44160a6d54cec987a8 (diff)
health-check: 0.03.12 -> 0.04.00
Diffstat (limited to 'pkgs/os-specific/linux/health-check')
-rw-r--r--pkgs/os-specific/linux/health-check/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/health-check/default.nix b/pkgs/os-specific/linux/health-check/default.nix
index 4d1d634ff83de..b8737eb153025 100644
--- a/pkgs/os-specific/linux/health-check/default.nix
+++ b/pkgs/os-specific/linux/health-check/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "health-check";
-  version = "0.03.12";
+  version = "0.04.00";
 
   src = fetchFromGitHub {
     owner = "ColinIanKing";
     repo = pname;
     rev = "V${version}";
-    hash = "sha256-LuUCs6GLaxI5ywv6dr8dlvAXfcLbr1t7y6s/pb6JDpg=";
+    hash = "sha256-CPKXpPpdagq3UnTk8Z58WtSPek8L79totKX+Uh6foVg=";
   };
 
   buildInputs = [ json_c libbsd ];