about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-13 10:19:05 -0500
committerGitHub <noreply@github.com>2024-01-13 10:19:05 -0500
commite7a9276d46911aeb5472181847ecba65908f26fc (patch)
tree84052403617d6753fbd171d6e9e0b5b99cdab757 /pkgs/os-specific
parent310e6a844610e576eacdc5453a4f63fcf2cf4708 (diff)
parent6945b5b1ac8d8f128cb5140e74806e36a762beb9 (diff)
Merge pull request #280613 from r-ryantm/auto-update/health-check
health-check: 0.03.11 -> 0.03.12
Diffstat (limited to 'pkgs/os-specific')
-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 9e85281ea4c0a..4d1d634ff83de 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.11";
+  version = "0.03.12";
 
   src = fetchFromGitHub {
     owner = "ColinIanKing";
     repo = pname;
     rev = "V${version}";
-    hash = "sha256-QLa/7kA0juefzOba7ELopDmOVfiGJReo4LCfhnxW1tk=";
+    hash = "sha256-LuUCs6GLaxI5ywv6dr8dlvAXfcLbr1t7y6s/pb6JDpg=";
   };
 
   buildInputs = [ json_c libbsd ];